Skip to content

PublicationDate

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.publication_date import PublicationDate

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

# convert the object into a dict
publication_date_dict = publication_date_instance.to_dict()
# create an instance of PublicationDate from a dict
publication_date_form_dict = publication_date.from_dict(publication_date_dict)
[Back to Model list] [Back to API list] [Back to README]