AbortPresignMultipartUpload
Properties
Name |
Type |
Description |
Notes |
physical_address |
str |
|
|
Example
from lakefs_sdk.models.abort_presign_multipart_upload import AbortPresignMultipartUpload
# TODO update the JSON string below
json = "{}"
# create an instance of AbortPresignMultipartUpload from a JSON string
abort_presign_multipart_upload_instance = AbortPresignMultipartUpload.from_json(json)
# print the JSON string representation of the object
print AbortPresignMultipartUpload.to_json()
# convert the object into a dict
abort_presign_multipart_upload_dict = abort_presign_multipart_upload_instance.to_dict()
# create an instance of AbortPresignMultipartUpload from a dict
abort_presign_multipart_upload_form_dict = abort_presign_multipart_upload.from_dict(abort_presign_multipart_upload_dict)
[Back to Model list] [Back to API list] [Back to README]