EdgeMappingSourceVertexMappingsInner¶
将列映射到源顶点的主键
属性¶
名称 |
类型 |
描述 |
备注 |
|---|---|---|---|
列 |
[可选] |
||
var_property |
str |
[可选] |
示例¶
from gs_interactive.models.edge_mapping_source_vertex_mappings_inner import EdgeMappingSourceVertexMappingsInner
# TODO update the JSON string below
json = "{}"
# create an instance of EdgeMappingSourceVertexMappingsInner from a JSON string
edge_mapping_source_vertex_mappings_inner_instance = EdgeMappingSourceVertexMappingsInner.from_json(json)
# print the JSON string representation of the object
print EdgeMappingSourceVertexMappingsInner.to_json()
# convert the object into a dict
edge_mapping_source_vertex_mappings_inner_dict = edge_mapping_source_vertex_mappings_inner_instance.to_dict()
# create an instance of EdgeMappingSourceVertexMappingsInner from a dict
edge_mapping_source_vertex_mappings_inner_form_dict = edge_mapping_source_vertex_mappings_inner.from_dict(edge_mapping_source_vertex_mappings_inner_dict)