DatasetValueChange
Properties
| Name |
Type |
Description |
Notes |
| left |
str |
|
|
| right |
str |
|
|
Example
from lakefs_enterprise_sdk.models.dataset_value_change import DatasetValueChange
# TODO update the JSON string below
json = "{}"
# create an instance of DatasetValueChange from a JSON string
dataset_value_change_instance = DatasetValueChange.from_json(json)
# print the JSON string representation of the object
print DatasetValueChange.to_json()
# convert the object into a dict
dataset_value_change_dict = dataset_value_change_instance.to_dict()
# create an instance of DatasetValueChange from a dict
dataset_value_change_form_dict = dataset_value_change.from_dict(dataset_value_change_dict)