GitHubEnterpriseSecrets constructor

GitHubEnterpriseSecrets({
  1. String? oauthClientIdName,
  2. String? oauthClientIdVersionName,
  3. String? oauthSecretName,
  4. String? oauthSecretVersionName,
  5. String? privateKeyName,
  6. String? privateKeyVersionName,
  7. String? webhookSecretName,
  8. String? webhookSecretVersionName,
})

Implementation

GitHubEnterpriseSecrets({
  this.oauthClientIdName,
  this.oauthClientIdVersionName,
  this.oauthSecretName,
  this.oauthSecretVersionName,
  this.privateKeyName,
  this.privateKeyVersionName,
  this.webhookSecretName,
  this.webhookSecretVersionName,
});