GoogleCloudIntegrationsV1alphaAccessToken constructor

GoogleCloudIntegrationsV1alphaAccessToken({
  1. String? accessToken,
  2. String? accessTokenExpireTime,
  3. String? refreshToken,
  4. String? refreshTokenExpireTime,
  5. String? tokenType,
})

Implementation

GoogleCloudIntegrationsV1alphaAccessToken({
  this.accessToken,
  this.accessTokenExpireTime,
  this.refreshToken,
  this.refreshTokenExpireTime,
  this.tokenType,
});