moderation property
The pre-configured moderation mode for the Meeting.
Default: Controlled by the user's policies. Possible string values are:
- "MODERATION_UNSPECIFIED" : Moderation type is not specified. This is used to indicate the user hasn't specified any value as the user does not intend to update the state. Users are not allowed to set the value as unspecified.
- "OFF" : Moderation is off.
- "ON" : Moderation is on.
Implementation
core.String? moderation;