PullRequest.IsPullRequestMerged Property

Definition

Whether or not the pull request was merged.

[System.Text.Json.Serialization.JsonPropertyName("merged")]
public bool? IsPullRequestMerged { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("merged")>]
member this.IsPullRequestMerged : Nullable<bool> with get, set
Public Property IsPullRequestMerged As Nullable(Of Boolean)

Property Value

Attributes

Applies to