Properties
Name |
Type |
Description |
Notes |
set |
Dict[str, str] |
|
|
Example
from lakefs_sdk.models.update_object_user_metadata import UpdateObjectUserMetadata
# TODO update the JSON string below
json = "{}"
# create an instance of UpdateObjectUserMetadata from a JSON string
update_object_user_metadata_instance = UpdateObjectUserMetadata.from_json(json)
# print the JSON string representation of the object
print UpdateObjectUserMetadata.to_json()
# convert the object into a dict
update_object_user_metadata_dict = update_object_user_metadata_instance.to_dict()
# create an instance of UpdateObjectUserMetadata from a dict
update_object_user_metadata_form_dict = update_object_user_metadata.from_dict(update_object_user_metadata_dict)
[Back to Model list] [Back to API list] [Back to README]