Bitbucket Data Center API Client
    Preparing search index...

    Interface PrCommentDeletedPayload

    Body of a pr:comment:deleted delivery.

    interface PrCommentDeletedPayload {
        actor: BitbucketActivityUser;
        comment: BitbucketPullRequestComment;
        commentParentId?: number;
        date: string;
        pullRequest: BitbucketPullRequest;
    }
    Index

    Properties

    commentParentId?: number
    date: string