OtfDiffList
Properties
Example
from lakefs_sdk.models.otf_diff_list import OtfDiffList
# TODO update the JSON string below
json = "{}"
# create an instance of OtfDiffList from a JSON string
otf_diff_list_instance = OtfDiffList.from_json(json)
# print the JSON string representation of the object
print OtfDiffList.to_json()
# convert the object into a dict
otf_diff_list_dict = otf_diff_list_instance.to_dict()
# create an instance of OtfDiffList from a dict
otf_diff_list_form_dict = otf_diff_list.from_dict(otf_diff_list_dict)
[Back to Model list] [Back to API list] [Back to README]