GoogleDevtoolsCloudbuildV2GitLabConfig constructor

GoogleDevtoolsCloudbuildV2GitLabConfig({
  1. UserCredential? authorizerCredential,
  2. String? hostUri,
  3. UserCredential? readAuthorizerCredential,
  4. String? serverVersion,
  5. GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig? serviceDirectoryConfig,
  6. String? sslCa,
  7. String? webhookSecretSecretVersion,
})

Implementation

GoogleDevtoolsCloudbuildV2GitLabConfig({
  this.authorizerCredential,
  this.hostUri,
  this.readAuthorizerCredential,
  this.serverVersion,
  this.serviceDirectoryConfig,
  this.sslCa,
  this.webhookSecretSecretVersion,
});