Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketPullRequestSuggestion

    A pull request suggestion, based on a recent push by the authenticated user to a branch without an open pull request.

    interface BitbucketPullRequestSuggestion {
        changeTime: number;
        fromRef: RefChangeActivityRef;
        refChange: RefChangeActivityChange;
        repository: BitbucketRepository;
        toRef: RefChangeActivityRef;
    }
    Index

    Properties

    changeTime: number

    When the change that produced this suggestion happened (ms since the epoch)

    Suggested source ref for the pull request

    The ref change (push) the suggestion is based on

    Suggested target ref for the pull request