Edit

GitPullRequestReviewFileContentInfo Class

Definition

[System.Runtime.Serialization.DataContract]
public class GitPullRequestReviewFileContentInfo
type GitPullRequestReviewFileContentInfo = class
Public Class GitPullRequestReviewFileContentInfo
Inheritance
GitPullRequestReviewFileContentInfo
Attributes

Constructors

GitPullRequestReviewFileContentInfo()

Properties

Links
Path

The file change path.

SHA1Hash

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.

Applies to