GoogleCloudIntegrationsV1alphaReplaceServiceAccountRequest.fromJson constructor

GoogleCloudIntegrationsV1alphaReplaceServiceAccountRequest.fromJson(
  1. Map json_
)

Implementation

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