github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python/docs/RefsRestore.md (about) 1 # RefsRestore 2 3 4 ## Properties 5 6 Name | Type | Description | Notes 7 ------------ | ------------- | ------------- | ------------- 8 **commits_meta_range_id** | **str** | | 9 **tags_meta_range_id** | **str** | | 10 **branches_meta_range_id** | **str** | | 11 **force** | **bool** | | [optional] [default to False] 12 13 ## Example 14 15 ```python 16 from lakefs_sdk.models.refs_restore import RefsRestore 17 18 # TODO update the JSON string below 19 json = "{}" 20 # create an instance of RefsRestore from a JSON string 21 refs_restore_instance = RefsRestore.from_json(json) 22 # print the JSON string representation of the object 23 print RefsRestore.to_json() 24 25 # convert the object into a dict 26 refs_restore_dict = refs_restore_instance.to_dict() 27 # create an instance of RefsRestore from a dict 28 refs_restore_form_dict = refs_restore.from_dict(refs_restore_dict) 29 ``` 30 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 31 32