GoogleDevtoolsCloudbuildV2GitLabConfig constructor
GoogleDevtoolsCloudbuildV2GitLabConfig({
- UserCredential? authorizerCredential,
- String? hostUri,
- UserCredential? readAuthorizerCredential,
- String? serverVersion,
- GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig? serviceDirectoryConfig,
- String? sslCa,
- String? webhookSecretSecretVersion,
Implementation
GoogleDevtoolsCloudbuildV2GitLabConfig({
this.authorizerCredential,
this.hostUri,
this.readAuthorizerCredential,
this.serverVersion,
this.serviceDirectoryConfig,
this.sslCa,
this.webhookSecretSecretVersion,
});