GitHubModelFactory.PullRequestUpdateRequest Method
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.
Creates a new instance of PullRequestUpdateRequest(String, String, Nullable<State>, String, Nullable<Boolean>).
public static Azure.Connectors.Sdk.GitHub.Models.PullRequestUpdateRequest PullRequestUpdateRequest(string title = default, string body = default, Azure.Connectors.Sdk.GitHub.Models.State? state = default, string base = default, bool? canMaintainerModify = default);
static member PullRequestUpdateRequest : string * string * Nullable<Azure.Connectors.Sdk.GitHub.Models.State> * string * Nullable<bool> -> Azure.Connectors.Sdk.GitHub.Models.PullRequestUpdateRequest
Public Shared Function PullRequestUpdateRequest (Optional title As String = Nothing, Optional body As String = Nothing, Optional state As Nullable(Of State) = Nothing, Optional base As String = Nothing, Optional canMaintainerModify As Nullable(Of Boolean) = Nothing) As PullRequestUpdateRequest
Parameters
- title
- String
- body
- String
- base
- String