keyExpiresIn property
Expiration time, in milliseconds, for the consumer key that is generated for the developer app.
If not set or left to the default value of -1
, the API key never
expires. The expiration time can't be updated after it is set.
Implementation
core.String? keyExpiresIn;