Show / Hide Table of Contents

Class SpaceConfig

The configuration pertaining to a meeting space.

Inheritance
object
SpaceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

ArtifactConfig

Configuration pertaining to the auto-generated artifacts that the meeting supports.

Declaration
[JsonProperty("artifactConfig")]
public virtual ArtifactConfig ArtifactConfig { get; set; }
Property Value
Type Description
ArtifactConfig

AttendanceReportGenerationType

Whether attendance report is enabled for the meeting space.

Declaration
[JsonProperty("attendanceReportGenerationType")]
public virtual string AttendanceReportGenerationType { 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

Moderation

The pre-configured moderation mode for the Meeting. Default: Controlled by the user's policies.

Declaration
[JsonProperty("moderation")]
public virtual string Moderation { get; set; }
Property Value
Type Description
string

ModerationRestrictions

When moderation.ON, these restrictions go into effect for the meeting. When moderation.OFF, will be reset to default ModerationRestrictions.

Declaration
[JsonProperty("moderationRestrictions")]
public virtual ModerationRestrictions ModerationRestrictions { get; set; }
Property Value
Type Description
ModerationRestrictions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX