CreateProcedureResponse

属性

名称

类型

描述

备注

procedure_id

str

示例

from gs_interactive.models.create_procedure_response import CreateProcedureResponse

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

# convert the object into a dict
create_procedure_response_dict = create_procedure_response_instance.to_dict()
# create an instance of CreateProcedureResponse from a dict
create_procedure_response_form_dict = create_procedure_response.from_dict(create_procedure_response_dict)

[返回模型列表] [返回API列表] [返回python_sdk]