EdgeMappingDestinationVertexMappingsInner

将列映射到目标顶点的主键

属性

名称

类型

描述

备注

EdgeMappingSourceVertexMappingsInnerColumn

[可选]

var_property

str

[可选]

示例

from gs_interactive.models.edge_mapping_destination_vertex_mappings_inner import EdgeMappingDestinationVertexMappingsInner

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

# convert the object into a dict
edge_mapping_destination_vertex_mappings_inner_dict = edge_mapping_destination_vertex_mappings_inner_instance.to_dict()
# create an instance of EdgeMappingDestinationVertexMappingsInner from a dict
edge_mapping_destination_vertex_mappings_inner_form_dict = edge_mapping_destination_vertex_mappings_inner.from_dict(edge_mapping_destination_vertex_mappings_inner_dict)

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