PullRequest.IsPullRequestLocked Property

Definition

Whether the pull request is locked or not.

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

Property Value

Attributes

Applies to