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