View on GitHub

lakeFS

lakeFS - Data version control for your data lake | Git for data

DiffProperties

Properties

Name Type Description Notes
name str    

Example

from lakefs_sdk.models.diff_properties import DiffProperties

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

# convert the object into a dict
diff_properties_dict = diff_properties_instance.to_dict()
# create an instance of DiffProperties from a dict
diff_properties_form_dict = diff_properties.from_dict(diff_properties_dict)

[Back to Model list] [Back to API list] [Back to README]