Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.04 KB

File metadata and controls

29 lines (20 loc) · 1.04 KB

MonitorsPost201Response

Properties

Name Type Description Notes
data MonitorsPost201ResponseData [optional]

Example

from openapi_client.models.monitors_post201_response import MonitorsPost201Response

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

# convert the object into a dict
monitors_post201_response_dict = monitors_post201_response_instance.to_dict()
# create an instance of MonitorsPost201Response from a dict
monitors_post201_response_from_dict = MonitorsPost201Response.from_dict(monitors_post201_response_dict)

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