interface GitPullRequestReviewFileContentInfo {
    _links?: any;
    path?: string;
    sHA1Hash?: string;
}

Properties

_links?: any
path?: string

The file change path.

sHA1Hash?: string

Content hash of on-disk representation of file content. Its calculated by the client by using SHA1 hash function. Ensure that uploaded file has same encoding as in source control.