Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketReviewerGroup

    A named group of reviewers configured on a project or repository, usable in default reviewer conditions and when adding reviewers to pull requests.

    interface BitbucketReviewerGroup {
        description?: string;
        id: number;
        name: string;
        scope?: BitbucketScope;
        users?: BitbucketUser[];
    }
    Index

    Properties

    description?: string
    id: number
    name: string

    The project or repository the group belongs to

    users?: BitbucketUser[]

    Members of the group