Skip to content

CompletedAt

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.completed_at import CompletedAt

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

# convert the object into a dict
completed_at_dict = completed_at_instance.to_dict()
# create an instance of CompletedAt from a dict
completed_at_form_dict = completed_at.from_dict(completed_at_dict)
[Back to Model list] [Back to API list] [Back to README]