EdgeMappingDestinationVertexMappingsInner¶
Mapping column to the primary key of destination vertex
Properties¶
| Name | Type | Description | Notes | 
|---|---|---|---|
| column | [optional] | ||
| var_property | str | [optional] | 
Example¶
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)
[Back to Model list] [Back to API list] [Back to python_sdk]