github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/rust/docs/RevertCreation.md (about)

     1  # RevertCreation
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **r#ref** | **String** | the commit to revert, given by a ref | 
     8  **parent_number** | **i32** | when reverting a merge commit, the parent number (starting from 1) relative to which to perform the revert. | 
     9  **force** | Option<**bool**> |  | [optional][default to false]
    10  **allow_empty** | Option<**bool**> | allow empty commit (revert without changes) | [optional][default to false]
    11  
    12  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    13  
    14