PullRequest.PullRequestState Property

Definition

State of this Pull Request. Either open or closed.

[System.Text.Json.Serialization.JsonPropertyName("state")]
public Azure.Connectors.Sdk.GitHub.Models.State? PullRequestState { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("state")>]
member this.PullRequestState : Nullable<Azure.Connectors.Sdk.GitHub.Models.State> with get, set
Public Property PullRequestState As Nullable(Of State)

Property Value

Attributes

Applies to