Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketCommitAuthor

    Author/committer identity on a git commit.

    interface BitbucketCommitAuthor {
        emailAddress: string;
        name: string;
    }
    Index

    Properties

    Properties

    emailAddress: string
    name: string