PullRequest.IsPullRequestDraft Property

Definition

Indicates whether or not the pull request is a draft.

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

Property Value

Attributes

Applies to