Connection constructor
Connection({
- Map<
String, String> ? annotations, - BitbucketCloudConfig? bitbucketCloudConfig,
- BitbucketDataCenterConfig? bitbucketDataCenterConfig,
- String? createTime,
- bool? disabled,
- String? etag,
- GitHubConfig? githubConfig,
- GoogleDevtoolsCloudbuildV2GitHubEnterpriseConfig? githubEnterpriseConfig,
- GoogleDevtoolsCloudbuildV2GitLabConfig? gitlabConfig,
- InstallationState? installationState,
- String? name,
- bool? reconciling,
- 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,
});