Skip to content

DatasetMetadataChange

Properties

Name Type Description Notes
type str
key str
left str [optional]
right str [optional]

Example

from lakefs_enterprise_sdk.models.dataset_metadata_change import DatasetMetadataChange

# TODO update the JSON string below
json = "{}"
# create an instance of DatasetMetadataChange from a JSON string
dataset_metadata_change_instance = DatasetMetadataChange.from_json(json)
# print the JSON string representation of the object
print DatasetMetadataChange.to_json()

# convert the object into a dict
dataset_metadata_change_dict = dataset_metadata_change_instance.to_dict()
# create an instance of DatasetMetadataChange from a dict
dataset_metadata_change_form_dict = dataset_metadata_change.from_dict(dataset_metadata_change_dict)