expireTime property

String? expireTime
getter/setter pair

The expiration time associated with the code that was returned.

If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.

Implementation

core.String? expireTime;