Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 823 Bytes

PullrequestMergeParameters.md

File metadata and controls

13 lines (9 loc) · 823 Bytes

PullrequestMergeParameters

Properties

Name Type Description Notes
Type_ string [default to null]
Message string The commit message that will be used on the resulting commit. [optional] [default to null]
CloseSourceBranch bool Whether the source branch should be deleted. If this is not provided, we fallback to the value used when the pull request was created, which defaults to False [optional] [default to null]
MergeStrategy string The merge strategy that will be used to merge the pull request. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]