ErrorReason
Properties
Name |
Type |
Description |
Notes |
|
|
|
|
Example
from deepsearch.cps.apis.public_v2.models.error_reason import ErrorReason
# TODO update the JSON string below
json = "{}"
# create an instance of ErrorReason from a JSON string
error_reason_instance = ErrorReason.from_json(json)
# print the JSON string representation of the object
print(ErrorReason.to_json())
# convert the object into a dict
error_reason_dict = error_reason_instance.to_dict()
# create an instance of ErrorReason from a dict
error_reason_form_dict = error_reason.from_dict(error_reason_dict)
[Back to Model list] [Back to API list] [Back to README]