value property

String? value
getter/setter pair

The email address or domain name for the entity.

This is used during inserts and is not populated in responses. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified unless the permission type is anyone, in which case both id and value are ignored.

Implementation

core.String? value;