Properties
Example
from libica.openapi.v3.models.bundle_tools_list import BundleToolsList
# TODO update the JSON string below
json = "{}"
# create an instance of BundleToolsList from a JSON string
bundle_tools_list_instance = BundleToolsList.from_json(json)
# print the JSON string representation of the object
print(BundleToolsList.to_json())
# convert the object into a dict
bundle_tools_list_dict = bundle_tools_list_instance.to_dict()
# create an instance of BundleToolsList from a dict
bundle_tools_list_from_dict = BundleToolsList.from_dict(bundle_tools_list_dict)
[Back to Model list] [Back to API list] [Back to README]