GoogleCloudIntegrationsV1alphaServiceAccountCredentials.fromJson constructor

GoogleCloudIntegrationsV1alphaServiceAccountCredentials.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaServiceAccountCredentials.fromJson(
  core.Map json_,
) : this(
      scope: json_['scope'] as core.String?,
      serviceAccount: json_['serviceAccount'] as core.String?,
    );