GitHubEnterpriseConfig constructor

GitHubEnterpriseConfig({
  1. String? appId,
  2. String? appInstallationId,
  3. String? appSlug,
  4. String? hostUri,
  5. String? installationUri,
  6. String? privateKeySecretVersion,
  7. String? serverVersion,
  8. ServiceDirectoryConfig? serviceDirectoryConfig,
  9. String? sslCaCertificate,
  10. String? webhookSecretSecretVersion,
})

Implementation

GitHubEnterpriseConfig({
  this.appId,
  this.appInstallationId,
  this.appSlug,
  this.hostUri,
  this.installationUri,
  this.privateKeySecretVersion,
  this.serverVersion,
  this.serviceDirectoryConfig,
  this.sslCaCertificate,
  this.webhookSecretSecretVersion,
});