VerifyResponse.md

VerifyResponse

Properties

Name Type Description Notes
type VerifyResult
body VerifyResponseBody [optional]

Example

from imandra_http_api_client.models.verify_response import VerifyResponse

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

# convert the object into a dict
verify_response_dict = verify_response_instance.to_dict()
# create an instance of VerifyResponse from a dict
verify_response_form_dict = verify_response.from_dict(verify_response_dict)

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