Skip to content

ScratchIds

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.scratch_ids import ScratchIds

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

# convert the object into a dict
scratch_ids_dict = scratch_ids_instance.to_dict()
# create an instance of ScratchIds from a dict
scratch_ids_form_dict = scratch_ids.from_dict(scratch_ids_dict)
[Back to Model list] [Back to API list] [Back to README]