Skip to content

Flavour

Properties

Name Type Description Notes
name str
display_name str [optional]

Example

from deepsearch.cps.apis.public_v2.models.flavour import Flavour

# TODO update the JSON string below
json = "{}"
# create an instance of Flavour from a JSON string
flavour_instance = Flavour.from_json(json)
# print the JSON string representation of the object
print(Flavour.to_json())

# convert the object into a dict
flavour_dict = flavour_instance.to_dict()
# create an instance of Flavour from a dict
flavour_form_dict = flavour.from_dict(flavour_dict)
[Back to Model list] [Back to API list] [Back to README]