Show / Hide Table of Contents

Class ModerationRestrictions

Defines restrictions for features when the meeting is moderated.

Inheritance
object
ModerationRestrictions
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 ModerationRestrictions : IDirectResponseSchema

Properties

ChatRestriction

Defines who has permission to send chat messages in the meeting space.

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

DefaultJoinAsViewerType

Defines whether to restrict the default role assigned to users as viewer.

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

PresentRestriction

Defines who has permission to share their screen in the meeting space.

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

ReactionRestriction

Defines who has permission to send reactions in the meeting space.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX