EdgeMappingSourceVertexMappingsInnerColumn¶
Properties¶
Name |
Type |
Description |
Notes |
---|---|---|---|
index |
int |
[optional] |
|
name |
str |
[optional] |
Example¶
from gs_interactive.models.edge_mapping_source_vertex_mappings_inner_column import EdgeMappingSourceVertexMappingsInnerColumn
# TODO update the JSON string below
json = "{}"
# create an instance of EdgeMappingSourceVertexMappingsInnerColumn from a JSON string
edge_mapping_source_vertex_mappings_inner_column_instance = EdgeMappingSourceVertexMappingsInnerColumn.from_json(json)
# print the JSON string representation of the object
print(EdgeMappingSourceVertexMappingsInnerColumn.to_json())
# convert the object into a dict
edge_mapping_source_vertex_mappings_inner_column_dict = edge_mapping_source_vertex_mappings_inner_column_instance.to_dict()
# create an instance of EdgeMappingSourceVertexMappingsInnerColumn from a dict
edge_mapping_source_vertex_mappings_inner_column_from_dict = EdgeMappingSourceVertexMappingsInnerColumn.from_dict(edge_mapping_source_vertex_mappings_inner_column_dict)
[Back to Model list] [Back to API list] [Back to python_sdk]