GoogleCloudIntegrationsV1alphaAuthToken constructor

GoogleCloudIntegrationsV1alphaAuthToken({
  1. String? token,
  2. String? type,
})

Implementation

GoogleCloudIntegrationsV1alphaAuthToken({
  this.token,
  this.type,
});