expirationTime property

DateTime? expirationTime
getter/setter pair

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

Expiration times have the following restrictions: - They can only be set on user and group permissions - The time must be in the future - The time cannot be more than a year in the future

Implementation

core.DateTime? expirationTime;