Skip to content

References

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.references import References

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

# convert the object into a dict
references_dict = references_instance.to_dict()
# create an instance of References from a dict
references_form_dict = references.from_dict(references_dict)
[Back to Model list] [Back to API list] [Back to README]