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