PullRequestUpdateRequest.CanMaintainerModify Property

Definition

Indicates whether maintainers can modify the pull request.

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

Property Value

Attributes

Applies to