GitPullRequestReviewFileContentInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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. |