GoogleCloudIntegrationsV1alphaServiceAccountCredentials constructor

GoogleCloudIntegrationsV1alphaServiceAccountCredentials({
  1. String? scope,
  2. String? serviceAccount,
})

Implementation

GoogleCloudIntegrationsV1alphaServiceAccountCredentials({
  this.scope,
  this.serviceAccount,
});