GetApplicationKeyRequest constructor
GetApplicationKeyRequest({
- String? keyId,
Implementation
factory GetApplicationKeyRequest({
$core.String? keyId,
}) {
final result = create();
if (keyId != null) result.keyId = keyId;
return result;
}