获取顶点类型

属性

名称

类型

描述

备注

type_name

str

[可选]

primary_keys

List[str]

[可选]

x_csr_params

BaseVertexTypeXCsrParams

[可选]

type_id

int

[可选]

属性

List[GetPropertyMeta]

[可选]

描述

字符串

[可选]

示例

from gs_interactive.models.get_vertex_type import GetVertexType

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

# convert the object into a dict
get_vertex_type_dict = get_vertex_type_instance.to_dict()
# create an instance of GetVertexType from a dict
get_vertex_type_form_dict = get_vertex_type.from_dict(get_vertex_type_dict)

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