GitHubModelFactory.PullRequestFile Method

Definition

public static Azure.Connectors.Sdk.GitHub.Models.PullRequestFile PullRequestFile(string shaForTheFile = default, string theFileName = default, string modificationStatusForTheFile = default, int? numberOfAdditionsMadeToTheFile = default, int? numberOfDeletionsMadeToTheFile = default, int? numberOfChangesMadeToTheFile = default, string blobUrlForTheFile = default, string rawUrlForTheFile = default, string contentsUrlForTheFile = default, string patchContentForTheFile = default);
static member PullRequestFile : string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * string * string * string * string -> Azure.Connectors.Sdk.GitHub.Models.PullRequestFile
Public Shared Function PullRequestFile (Optional shaForTheFile As String = Nothing, Optional theFileName As String = Nothing, Optional modificationStatusForTheFile As String = Nothing, Optional numberOfAdditionsMadeToTheFile As Nullable(Of Integer) = Nothing, Optional numberOfDeletionsMadeToTheFile As Nullable(Of Integer) = Nothing, Optional numberOfChangesMadeToTheFile As Nullable(Of Integer) = Nothing, Optional blobUrlForTheFile As String = Nothing, Optional rawUrlForTheFile As String = Nothing, Optional contentsUrlForTheFile As String = Nothing, Optional patchContentForTheFile As String = Nothing) As PullRequestFile

Parameters

shaForTheFile
String
theFileName
String
modificationStatusForTheFile
String
numberOfAdditionsMadeToTheFile
Nullable<Int32>
numberOfDeletionsMadeToTheFile
Nullable<Int32>
numberOfChangesMadeToTheFile
Nullable<Int32>
blobUrlForTheFile
String
rawUrlForTheFile
String
contentsUrlForTheFile
String
patchContentForTheFile
String

Returns

Applies to