GitLabConfig constructor
GitLabConfig({
- List<
GitLabRepositoryId> ? connectedRepositories, - String? createTime,
- GitLabEnterpriseConfig? enterpriseConfig,
- String? name,
- GitLabSecrets? secrets,
- String? username,
- String? webhookKey,
Implementation
GitLabConfig({
this.connectedRepositories,
this.createTime,
this.enterpriseConfig,
this.name,
this.secrets,
this.username,
this.webhookKey,
});