Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 968 Bytes

File metadata and controls

29 lines (20 loc) · 968 Bytes

SimpleNodeDepot

Properties

Name Type Description Notes
type_name str The typeName of the object [default to 'SimpleNodeDepot']

Example

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]