Reference documentation and code samples for the Google Apps Meet V2beta Client class RestrictionType.
Determines who has permission to use a particular feature.
Protobuf type google.apps.meet.v2beta.SpaceConfig.ModerationRestrictions.RestrictionType
Namespace
Google \ Apps \ Meet \ V2beta \ SpaceConfig \ ModerationRestrictionsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESTRICTION_TYPE_UNSPECIFIED
Value: 0Default value specified by user policy.
This should never be returned.
Generated from protobuf enum RESTRICTION_TYPE_UNSPECIFIED = 0;
HOSTS_ONLY
Value: 1Meeting owner and co-host have the permission.
Generated from protobuf enum HOSTS_ONLY = 1;
NO_RESTRICTION
Value: 2All Participants have permissions.
Generated from protobuf enum NO_RESTRICTION = 2;