Show / Hide Table of Contents

Class ConferenceProperties

Inheritance
System.Object
ConferenceProperties
Implements
IDirectResponseSchema
Namespace: Google.Apis.Calendar.v3.Data
Assembly: Google.Apis.Calendar.v3.dll
Syntax
public class ConferenceProperties : object, IDirectResponseSchema

Properties

AllowedConferenceSolutionTypes

The types of conference solutions that are supported for this calendar. The possible values are: - "eventHangout" - "eventNamedHangout" - "hangoutsMeet" Optional.

Declaration
public virtual IList<string> AllowedConferenceSolutionTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top