Google Apps Meet V2beta Client - Class RestrictionType (0.3.0)

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 \ ModerationRestrictions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESTRICTION_TYPE_UNSPECIFIED

Value: 0

Default value specified by user policy.

This should never be returned.

Generated from protobuf enum RESTRICTION_TYPE_UNSPECIFIED = 0;

HOSTS_ONLY

Value: 1

Meeting owner and co-host have the permission.

Generated from protobuf enum HOSTS_ONLY = 1;

NO_RESTRICTION

Value: 2

All Participants have permissions.

Generated from protobuf enum NO_RESTRICTION = 2;