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