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

     1  # AbortPresignMultipartUpload
     2  
     3  
     4  ## Properties
     5  
     6  Name | Type | Description | Notes
     7  ------------ | ------------- | ------------- | -------------
     8  **physical_address** | **str** |  | 
     9  
    10  ## Example
    11  
    12  ```python
    13  from lakefs_sdk.models.abort_presign_multipart_upload import AbortPresignMultipartUpload
    14  
    15  # TODO update the JSON string below
    16  json = "{}"
    17  # create an instance of AbortPresignMultipartUpload from a JSON string
    18  abort_presign_multipart_upload_instance = AbortPresignMultipartUpload.from_json(json)
    19  # print the JSON string representation of the object
    20  print AbortPresignMultipartUpload.to_json()
    21  
    22  # convert the object into a dict
    23  abort_presign_multipart_upload_dict = abort_presign_multipart_upload_instance.to_dict()
    24  # create an instance of AbortPresignMultipartUpload from a dict
    25  abort_presign_multipart_upload_form_dict = abort_presign_multipart_upload.from_dict(abort_presign_multipart_upload_dict)
    26  ```
    27  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    28  
    29