AccountConnector constructor

AccountConnector({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? etag,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? oauthStartUri,
  7. ProviderOAuthConfig? providerOauthConfig,
  8. String? updateTime,
})

Implementation

AccountConnector({
  this.annotations,
  this.createTime,
  this.etag,
  this.labels,
  this.name,
  this.oauthStartUri,
  this.providerOauthConfig,
  this.updateTime,
});