expirationDate property

DateTime? expirationDate
getter/setter pair

The time at which this permission will expire (RFC 3339 date-time).

Expiration dates have the following restrictions: - They can only be set on user and group permissions - The date must be in the future - The date cannot be more than a year in the future - The date can only be set on drive.permissions.update or drive.permissions.patch requests

Implementation

core.DateTime? expirationDate;