PullRequest.PullRequestDiffUrl Property
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.
The Diff URL for the pull request.
[System.Text.Json.Serialization.JsonPropertyName("diff_url")]
public string PullRequestDiffUrl { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("diff_url")>]
member this.PullRequestDiffUrl : string with get, set
Public Property PullRequestDiffUrl As String
Property Value
- Attributes