Class SpaceConfig
The configuration pertaining to a meeting space.
Implements
Inherited Members
Namespace: Google.Apis.Meet.v2.Data
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class SpaceConfig : IDirectResponseSchema
Properties
AccessType
Access type of the meeting space that determines who can join without knocking. Default: The user's default access settings. Controlled by the user's admin for enterprise users or RESTRICTED.
Declaration
[JsonProperty("accessType")]
public virtual string AccessType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntryPointAccess
Defines the entry points that can be used to join meetings hosted in this meeting space. Default: EntryPointAccess.ALL
Declaration
[JsonProperty("entryPointAccess")]
public virtual string EntryPointAccess { get; set; }
Property Value
Type | Description |
---|---|
string |