PullRequestFile Class

Definition

Response for Get the list of files from a pull request

public class PullRequestFile
type PullRequestFile = class
Public Class PullRequestFile
Inheritance
PullRequestFile

Constructors

Name Description
PullRequestFile()

Properties

Name Description
BlobUrlForTheFile

The blob Url for the file.

ContentsUrlForTheFile

The contents Url for the file.

ModificationStatusForTheFile

The modification status for the file.

NumberOfAdditionsMadeToTheFile

The number of additions made to the file.

NumberOfChangesMadeToTheFile

The number of changes made to the file.

NumberOfDeletionsMadeToTheFile

The number of deletions made to the file.

PatchContentForTheFile

The patch content for the file.

RawUrlForTheFile

The Raw Url for the file.

ShaForTheFile

The sha for the file.

TheFileName

The file name.

Applies to