BitbucketCloudConfig constructor

BitbucketCloudConfig({
  1. UserCredential? authorizerCredential,
  2. UserCredential? readAuthorizerCredential,
  3. String? webhookSecretSecretVersion,
  4. String? workspace,
})

Implementation

BitbucketCloudConfig({
  this.authorizerCredential,
  this.readAuthorizerCredential,
  this.webhookSecretSecretVersion,
  this.workspace,
});