type property

String? type
getter/setter pair

The type of the grantee.

Supported values include: * user * group * domain * anyone When creating a permission, if type is user or group, you must provide an emailAddress for the user or group. If type is domain, you must provide a domain. If type is anyone, no extra information is required.

Implementation

core.String? type;