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

     1  # RevertCreation
     2  
     3  
     4  ## Properties
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ref** | **str** | the commit to revert, given by a ref | 
     8  **parent_number** | **int** | when reverting a merge commit, the parent number (starting from 1) relative to which to perform the revert. | 
     9  **force** | **bool** |  | [optional]  if omitted the server will use the default value of False
    10  **allow_empty** | **bool** | allow empty commit (revert without changes) | [optional]  if omitted the server will use the default value of False
    11  **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15