Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 913 Bytes

FinalResultIn.md

File metadata and controls

29 lines (21 loc) · 913 Bytes

FinalResultIn

Properties

Name Type Description Notes
job_id int
final_result object

Example

from compute_api_client.models.final_result_in import FinalResultIn

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

# convert the object into a dict
final_result_in_dict = final_result_in_instance.to_dict()
# create an instance of FinalResultIn from a dict
final_result_in_form_dict = final_result_in.from_dict(final_result_in_dict)

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