Skip to content

StartCount

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.start_count import StartCount

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

# convert the object into a dict
start_count_dict = start_count_instance.to_dict()
# create an instance of StartCount from a dict
start_count_form_dict = start_count.from_dict(start_count_dict)
[Back to Model list] [Back to API list] [Back to README]