Class ConferenceProperties
Implements
Inherited Members
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class ConferenceProperties : IDirectResponseSchema
Properties
AllowedConferenceSolutionTypes
The types of conference solutions that are supported for this calendar. The possible values are: - "eventHangout" - "eventNamedHangout" - "hangoutsMeet" Optional.
Declaration
[JsonProperty("allowedConferenceSolutionTypes")]
public virtual IList<string> AllowedConferenceSolutionTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |