GitHubModelFactory.PullRequestCreateRequest 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 PullRequestCreateRequest(String, String, String, String, Nullable<Boolean>, Nullable<Boolean>).
public static Azure.Connectors.Sdk.GitHub.Models.PullRequestCreateRequest PullRequestCreateRequest(string title = default, string head = default, string base = default, string body = default, bool? canMaintainerModify = default, bool? draft = default);
static member PullRequestCreateRequest : string * string * string * string * Nullable<bool> * Nullable<bool> -> Azure.Connectors.Sdk.GitHub.Models.PullRequestCreateRequest
Public Shared Function PullRequestCreateRequest (Optional title As String = Nothing, Optional head As String = Nothing, Optional base As String = Nothing, Optional body As String = Nothing, Optional canMaintainerModify As Nullable(Of Boolean) = Nothing, Optional draft As Nullable(Of Boolean) = Nothing) As PullRequestCreateRequest
Parameters
- title
- String
- head
- String
- base
- String
- body
- String