value property
The value of this ApiKey. This is only returned when the ApiKey is created via ApiKeyClient.create.
In all other cases, it'll be null
.
Implementation
final String? value;
The value of this ApiKey. This is only returned when the ApiKey is created via ApiKeyClient.create.
In all other cases, it'll be null
.
final String? value;