GitHubModelFactory.DiffEntry Method
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.
public static Azure.Connectors.Sdk.GitHub.Models.DiffEntry DiffEntry(string fileName = default, int? additions = default, int? deletions = default, int? changes = default, string status = default, string rawUrl = default, string blobUrl = default, string patch = default, string shaOfTheChange = default, string contentsUrl = default, string previousFileName = default);
static member DiffEntry : string * Nullable<int> * Nullable<int> * Nullable<int> * string * string * string * string * string * string * string -> Azure.Connectors.Sdk.GitHub.Models.DiffEntry
Public Shared Function DiffEntry (Optional fileName As String = Nothing, Optional additions As Nullable(Of Integer) = Nothing, Optional deletions As Nullable(Of Integer) = Nothing, Optional changes As Nullable(Of Integer) = Nothing, Optional status As String = Nothing, Optional rawUrl As String = Nothing, Optional blobUrl As String = Nothing, Optional patch As String = Nothing, Optional shaOfTheChange As String = Nothing, Optional contentsUrl As String = Nothing, Optional previousFileName As String = Nothing) As DiffEntry
Parameters
- fileName
- String
- status
- String
- rawUrl
- String
- blobUrl
- String
- patch
- String
- shaOfTheChange
- String
- contentsUrl
- String
- previousFileName
- String