| Name | Type | Description | Notes |
|---|---|---|---|
| info | str | [optional] |
from imager200_python_sdk.models.info_response import InfoResponse
# TODO update the JSON string below
json = "{}"
# create an instance of InfoResponse from a JSON string
info_response_instance = InfoResponse.from_json(json)
# print the JSON string representation of the object
print(InfoResponse.to_json())
# convert the object into a dict
info_response_dict = info_response_instance.to_dict()
# create an instance of InfoResponse from a dict
info_response_from_dict = InfoResponse.from_dict(info_response_dict)