BitbucketServerConfig constructor

BitbucketServerConfig({
  1. String? apiKey,
  2. List<BitbucketServerRepositoryId>? connectedRepositories,
  3. String? createTime,
  4. String? hostUri,
  5. String? name,
  6. String? peeredNetwork,
  7. String? peeredNetworkIpRange,
  8. BitbucketServerSecrets? secrets,
  9. String? sslCa,
  10. String? username,
  11. String? webhookKey,
})

Implementation

BitbucketServerConfig({
  this.apiKey,
  this.connectedRepositories,
  this.createTime,
  this.hostUri,
  this.name,
  this.peeredNetwork,
  this.peeredNetworkIpRange,
  this.secrets,
  this.sslCa,
  this.username,
  this.webhookKey,
});