Bitbucket Data Center API Client
    Preparing search index...

    Interface RepoCommentDeletedPayload

    Body of a repo:comment:deleted delivery.

    interface RepoCommentDeletedPayload {
        actor: BitbucketActivityUser;
        comment: BitbucketPullRequestComment;
        commentParentId?: number;
        commit: string;
        date: string;
        repository: BitbucketRepository;
    }
    Index

    Properties

    commentParentId?: number
    commit: string
    date: string