BitbucketCloudConfig constructor
BitbucketCloudConfig({
- UserCredential? authorizerCredential,
- UserCredential? readAuthorizerCredential,
- String? webhookSecretSecretVersion,
- String? workspace,
Implementation
BitbucketCloudConfig({
this.authorizerCredential,
this.readAuthorizerCredential,
this.webhookSecretSecretVersion,
this.workspace,
});