ReferenceCount¶
Total number of documents referenced by this document.
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
Example¶
from deepsearch.cps.apis.public_v2.models.reference_count import ReferenceCount
# TODO update the JSON string below
json = "{}"
# create an instance of ReferenceCount from a JSON string
reference_count_instance = ReferenceCount.from_json(json)
# print the JSON string representation of the object
print(ReferenceCount.to_json())
# convert the object into a dict
reference_count_dict = reference_count_instance.to_dict()
# create an instance of ReferenceCount from a dict
reference_count_form_dict = reference_count.from_dict(reference_count_dict)