GitLabConfig constructor

GitLabConfig({
  1. List<GitLabRepositoryId>? connectedRepositories,
  2. String? createTime,
  3. GitLabEnterpriseConfig? enterpriseConfig,
  4. String? name,
  5. GitLabSecrets? secrets,
  6. String? username,
  7. String? webhookKey,
})

Implementation

GitLabConfig({
  this.connectedRepositories,
  this.createTime,
  this.enterpriseConfig,
  this.name,
  this.secrets,
  this.username,
  this.webhookKey,
});