GitLabEnterpriseConfig constructor
GitLabEnterpriseConfig({
- String? hostUri,
- ServiceDirectoryConfig? serviceDirectoryConfig,
- String? sslCa,
Implementation
GitLabEnterpriseConfig({
this.hostUri,
this.serviceDirectoryConfig,
this.sslCa,
});