| Name | Type | Description | Notes |
|---|---|---|---|
| data | MonitorsPost201ResponseData | [optional] |
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)