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