CitationCountDate¶
Last update date of the citation count.
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
Example¶
from deepsearch.cps.apis.public_v2.models.citation_count_date import CitationCountDate
# TODO update the JSON string below
json = "{}"
# create an instance of CitationCountDate from a JSON string
citation_count_date_instance = CitationCountDate.from_json(json)
# print the JSON string representation of the object
print(CitationCountDate.to_json())
# convert the object into a dict
citation_count_date_dict = citation_count_date_instance.to_dict()
# create an instance of CitationCountDate from a dict
citation_count_date_form_dict = citation_count_date.from_dict(citation_count_date_dict)