Skip to content

RecordProperties

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.record_properties import RecordProperties

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

# convert the object into a dict
record_properties_dict = record_properties_instance.to_dict()
# create an instance of RecordProperties from a dict
record_properties_form_dict = record_properties.from_dict(record_properties_dict)
[Back to Model list] [Back to API list] [Back to README]