github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/rust/docs/CherryPickCreation.md (about) 1 # CherryPickCreation 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **r#ref** | **String** | the commit to cherry-pick, given by a ref | 8 **parent_number** | Option<**i32**> | When cherry-picking a merge commit, the parent number (starting from 1) with which to perform the diff. The default branch is parent 1. | [optional] 9 **force** | Option<**bool**> | | [optional][default to false] 10 11 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 13