Skip to content

Version1

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.version1 import Version1

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

# convert the object into a dict
version1_dict = version1_instance.to_dict()
# create an instance of Version1 from a dict
version1_form_dict = version1.from_dict(version1_dict)
[Back to Model list] [Back to API list] [Back to README]