Connection constructor

Connection({
  1. Map<String, String>? annotations,
  2. BitbucketCloudConfig? bitbucketCloudConfig,
  3. BitbucketDataCenterConfig? bitbucketDataCenterConfig,
  4. String? createTime,
  5. bool? disabled,
  6. String? etag,
  7. GitHubConfig? githubConfig,
  8. GoogleDevtoolsCloudbuildV2GitHubEnterpriseConfig? githubEnterpriseConfig,
  9. GoogleDevtoolsCloudbuildV2GitLabConfig? gitlabConfig,
  10. InstallationState? installationState,
  11. String? name,
  12. bool? reconciling,
  13. String? updateTime,
})

Implementation

Connection({
  this.annotations,
  this.bitbucketCloudConfig,
  this.bitbucketDataCenterConfig,
  this.createTime,
  this.disabled,
  this.etag,
  this.githubConfig,
  this.githubEnterpriseConfig,
  this.gitlabConfig,
  this.installationState,
  this.name,
  this.reconciling,
  this.updateTime,
});