Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketLastModifiedEntry

    Represents a file entry returned by the last-modified endpoint, showing the path and the commit that last touched it.

    interface BitbucketLastModifiedEntry {
        latestCommit: BitbucketCommit;
        path: BitbucketChangePath;
    }
    Index

    Properties

    Properties

    latestCommit: BitbucketCommit

    The commit that last modified this file

    The file path