Skip to content

EndDate

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.end_date import EndDate

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

# convert the object into a dict
end_date_dict = end_date_instance.to_dict()
# create an instance of EndDate from a dict
end_date_form_dict = end_date.from_dict(end_date_dict)
[Back to Model list] [Back to API list] [Back to README]