CreateServiceAccountKeyRequest.fromJson constructor
CreateServiceAccountKeyRequest.fromJson(
- Map json_
Implementation
CreateServiceAccountKeyRequest.fromJson(core.Map json_)
: this(
keyAlgorithm: json_['keyAlgorithm'] as core.String?,
privateKeyType: json_['privateKeyType'] as core.String?,
);