Skip to content

Created

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.created import Created

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

# convert the object into a dict
created_dict = created_instance.to_dict()
# create an instance of Created from a dict
created_form_dict = created.from_dict(created_dict)
[Back to Model list] [Back to API list] [Back to README]