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