Name |
Type |
Description |
Notes |
id |
int |
|
[optional] |
from qaseio.models.id_response_all_of_result import IdResponseAllOfResult
# TODO update the JSON string below
json = "{}"
# create an instance of IdResponseAllOfResult from a JSON string
id_response_all_of_result_instance = IdResponseAllOfResult.from_json(json)
# print the JSON string representation of the object
print IdResponseAllOfResult.to_json()
# convert the object into a dict
id_response_all_of_result_dict = id_response_all_of_result_instance.to_dict()
# create an instance of IdResponseAllOfResult from a dict
id_response_all_of_result_form_dict = id_response_all_of_result.from_dict(id_response_all_of_result_dict)
[Back to Model list] [Back to API list] [Back to README]