Enabled
Properties
Name |
Type |
Description |
Notes |
|
|
|
|
Example
from deepsearch.cps.apis.public_v2.models.enabled import Enabled
# TODO update the JSON string below
json = "{}"
# create an instance of Enabled from a JSON string
enabled_instance = Enabled.from_json(json)
# print the JSON string representation of the object
print(Enabled.to_json())
# convert the object into a dict
enabled_dict = enabled_instance.to_dict()
# create an instance of Enabled from a dict
enabled_form_dict = enabled.from_dict(enabled_dict)
[Back to Model list] [Back to API list] [Back to README]