| Name |
Type |
Description |
Notes |
| type_name |
str |
The typeName of the object |
[default to 'SimpleNodeDepot'] |
from touroptimizer_py_client.models.simple_node_depot import SimpleNodeDepot
# TODO update the JSON string below
json = "{}"
# create an instance of SimpleNodeDepot from a JSON string
simple_node_depot_instance = SimpleNodeDepot.from_json(json)
# print the JSON string representation of the object
print SimpleNodeDepot.to_json()
# convert the object into a dict
simple_node_depot_dict = simple_node_depot_instance.to_dict()
# create an instance of SimpleNodeDepot from a dict
simple_node_depot_form_dict = simple_node_depot.from_dict(simple_node_depot_dict)
[Back to Model list] [Back to API list] [Back to README]