validity property
Duration (in seconds) after which the API key expires. By default, API keys don't expire.
Implementation
@JsonKey(name: r'validity')
final int? validity;
Duration (in seconds) after which the API key expires. By default, API keys don't expire.
@JsonKey(name: r'validity')
final int? validity;