BitbucketServerSecrets constructor

BitbucketServerSecrets({
  1. String? adminAccessTokenVersionName,
  2. String? readAccessTokenVersionName,
  3. String? webhookSecretVersionName,
})

Implementation

BitbucketServerSecrets({
  this.adminAccessTokenVersionName,
  this.readAccessTokenVersionName,
  this.webhookSecretVersionName,
});