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