Skip to content

ModelFrom

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.model_from import ModelFrom

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

# convert the object into a dict
model_from_dict = model_from_instance.to_dict()
# create an instance of ModelFrom from a dict
model_from_form_dict = model_from.from_dict(model_from_dict)
[Back to Model list] [Back to API list] [Back to README]