Skip to content

StartedAt

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.started_at import StartedAt

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

# convert the object into a dict
started_at_dict = started_at_instance.to_dict()
# create an instance of StartedAt from a dict
started_at_form_dict = started_at.from_dict(started_at_dict)
[Back to Model list] [Back to API list] [Back to README]