Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.39 KB

File metadata and controls

30 lines (21 loc) · 1.39 KB

GetDurableExecutionStatus200ResponseResultResponse

Properties

Name Type Description Notes
role str [optional]
content str [optional]

Example

from quantcdn.models.get_durable_execution_status200_response_result_response import GetDurableExecutionStatus200ResponseResultResponse

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

# convert the object into a dict
get_durable_execution_status200_response_result_response_dict = get_durable_execution_status200_response_result_response_instance.to_dict()
# create an instance of GetDurableExecutionStatus200ResponseResultResponse from a dict
get_durable_execution_status200_response_result_response_from_dict = GetDurableExecutionStatus200ResponseResultResponse.from_dict(get_durable_execution_status200_response_result_response_dict)

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