WithInstanceBody.md

WithInstanceBody

Properties

Name Type Description Notes
instance ResponseInstance

Example

from imandra_http_api_client.models.with_instance_body import WithInstanceBody

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

# convert the object into a dict
with_instance_body_dict = with_instance_body_instance.to_dict()
# create an instance of WithInstanceBody from a dict
with_instance_body_form_dict = with_instance_body.from_dict(with_instance_body_dict)

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