GitHubModelFactory.PullRequestMergeResult 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 PullRequestMergeResult(String, Nullable<Boolean>, String).
public static Azure.Connectors.Sdk.GitHub.Models.PullRequestMergeResult PullRequestMergeResult(string sha = default, bool? isMerged = default, string message = default);
static member PullRequestMergeResult : string * Nullable<bool> * string -> Azure.Connectors.Sdk.GitHub.Models.PullRequestMergeResult
Public Shared Function PullRequestMergeResult (Optional sha As String = Nothing, Optional isMerged As Nullable(Of Boolean) = Nothing, Optional message As String = Nothing) As PullRequestMergeResult
Parameters
- sha
- String
- message
- String