Bitbucket Data Center API Client
    Preparing search index...

    Interface RebaseVeto

    A reason the pull request's source branch currently cannot be rebased.

    interface RebaseVeto {
        detailedMessage: string;
        summaryMessage: string;
    }
    Index

    Properties

    detailedMessage: string
    summaryMessage: string