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