PullRequest.PullRequestId Property

Definition

The Unique Identifier for the pull request.

[System.Text.Json.Serialization.JsonPropertyName("id")]
public int? PullRequestId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("id")>]
member this.PullRequestId : Nullable<int> with get, set
Public Property PullRequestId As Nullable(Of Integer)

Property Value

Attributes

Applies to