GitHubEnterpriseConfig constructor

GitHubEnterpriseConfig({
  1. String? appId,
  2. String? createTime,
  3. String? displayName,
  4. String? hostUrl,
  5. String? name,
  6. String? peeredNetwork,
  7. GitHubEnterpriseSecrets? secrets,
  8. String? sslCa,
  9. String? webhookKey,
})

Implementation

GitHubEnterpriseConfig({
  this.appId,
  this.createTime,
  this.displayName,
  this.hostUrl,
  this.name,
  this.peeredNetwork,
  this.secrets,
  this.sslCa,
  this.webhookKey,
});