InstanceResponse.md

InstanceResponse

Properties

Name Type Description Notes
type InstanceResult
body VerifyResponseBody [optional]

Example

from imandra_http_api_client.models.instance_response import InstanceResponse

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

# convert the object into a dict
instance_response_dict = instance_response_instance.to_dict()
# create an instance of InstanceResponse from a dict
instance_response_form_dict = instance_response.from_dict(instance_response_dict)

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