Table of Contents

Class ConferenceSolutionKey

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class ConferenceSolutionKey : IDirectResponseSchema
Inheritance
ConferenceSolutionKey
Implements
IDirectResponseSchema
Inherited Members

Constructors

ConferenceSolutionKey()

public ConferenceSolutionKey()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Type

The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are: - "eventHangout" for Hangouts for consumers (http://hangouts.google.com) - "eventNamedHangout" for classic Hangouts for Google Workspace users (http://hangouts.google.com) - "hangoutsMeet" for Google Meet (http://meet.google.com) - "addOn" for 3P conference providers

public virtual string Type { get; set; }

Property Value

string