GitPullRequest.IsDraft 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.
Draft / WIP pull request.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="isDraft")]
public Nullable<bool> IsDraft { get; set; }
member this.IsDraft : Nullable<bool> with get, set
Public Property IsDraft As Nullable(Of Boolean)
Property Value
- Attributes