PullRequest.PullRequestState 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.
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