Skip to content

PatchedResultRequestStatus

Properties

Name Type Description Notes

Example

from avis_client.models.patched_result_request_status import PatchedResultRequestStatus

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

# convert the object into a dict
patched_result_request_status_dict = patched_result_request_status_instance.to_dict()
# create an instance of PatchedResultRequestStatus from a dict
patched_result_request_status_form_dict = patched_result_request_status.from_dict(patched_result_request_status_dict)
[Back to Model list] [Back to API list] [Back to README]