CreateGraphResponse

属性

名称

类型

描述

备注

graph_id

str

[可选]

示例

from gs_interactive.models.create_graph_response import CreateGraphResponse

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

# convert the object into a dict
create_graph_response_dict = create_graph_response_instance.to_dict()
# create an instance of CreateGraphResponse from a dict
create_graph_response_form_dict = create_graph_response.from_dict(create_graph_response_dict)

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