Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.17 KB

AddDataview400ResponseOneOf1.md

File metadata and controls

32 lines (23 loc) · 1.17 KB

AddDataview400ResponseOneOf1

Validation Exception

Properties

Name Type Description Notes
status_code int
detail str
extra none_type[str, object] [optional]

Example

from openapi_client.models.add_dataview400_response_one_of1 import AddDataview400ResponseOneOf1

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

# convert the object into a dict
add_dataview400_response_one_of1_dict = add_dataview400_response_one_of1_instance.to_dict()
# create an instance of AddDataview400ResponseOneOf1 from a dict
add_dataview400_response_one_of1_from_dict = AddDataview400ResponseOneOf1.from_dict(add_dataview400_response_one_of1_dict)

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