PullRequestCreateRequest.Draft Property

Definition

Indicates whether the pull request is a draft.

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

Property Value

Attributes

Applies to