GoogleCloudIntegrationsV1alphaServiceAccountCredentials.fromJson constructor

GoogleCloudIntegrationsV1alphaServiceAccountCredentials.fromJson(
  1. Map json_
)

Implementation

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