获取边类型

属性

名称

类型

描述

备注

type_name

str

[可选]

vertex_type_pair_relations

List[BaseEdgeTypeVertexTypePairRelationsInner]

[可选]

type_id

int

[可选]

描述

字符串

[可选]

属性

List[GetPropertyMeta]

[可选]

示例

from gs_interactive.models.get_edge_type import GetEdgeType

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

# convert the object into a dict
get_edge_type_dict = get_edge_type_instance.to_dict()
# create an instance of GetEdgeType from a dict
get_edge_type_form_dict = get_edge_type.from_dict(get_edge_type_dict)

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