View on GitHub

lakeFS

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

OTFDiffs

Properties

Name Type Description Notes
diffs List[DiffProperties]   [optional]

Example

from lakefs_sdk.models.otf_diffs import OTFDiffs

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

# convert the object into a dict
otf_diffs_dict = otf_diffs_instance.to_dict()
# create an instance of OTFDiffs from a dict
otf_diffs_form_dict = otf_diffs.from_dict(otf_diffs_dict)

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