GoogleDevtoolsCloudbuildV2GitHubEnterpriseConfig constructor

GoogleDevtoolsCloudbuildV2GitHubEnterpriseConfig({
  1. String? apiKey,
  2. String? appId,
  3. String? appInstallationId,
  4. String? appSlug,
  5. String? hostUri,
  6. String? privateKeySecretVersion,
  7. String? serverVersion,
  8. GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig? serviceDirectoryConfig,
  9. String? sslCa,
  10. String? webhookSecretSecretVersion,
})

Implementation

GoogleDevtoolsCloudbuildV2GitHubEnterpriseConfig({
  this.apiKey,
  this.appId,
  this.appInstallationId,
  this.appSlug,
  this.hostUri,
  this.privateKeySecretVersion,
  this.serverVersion,
  this.serviceDirectoryConfig,
  this.sslCa,
  this.webhookSecretSecretVersion,
});