PullRequest.IsPullRequestRebaseable Property

Definition

Whether or not the pull request is rebaseable.

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

Property Value

Attributes

Applies to