EdgeMappingSourceVertexMappingsInner

Mapping column to the primary key of source vertex

Properties

Name

Type

Description

Notes

column

EdgeMappingSourceVertexMappingsInnerColumn

[optional]

var_property

str

[optional]

Example

from interactive_sdk.openapi.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_from_dict = EdgeMappingSourceVertexMappingsInner.from_dict(edge_mapping_source_vertex_mappings_inner_dict)

[Back to Model list] [Back to API list] [Back to README]