id property

String? id
getter/setter pair

The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources.

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? id;