Wait1¶
Optionally block this method call for a few seconds to wait for the result instead of polling through multiple calls.
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
Example¶
from deepsearch.cps.apis.public_v2.models.wait1 import Wait1
# TODO update the JSON string below
json = "{}"
# create an instance of Wait1 from a JSON string
wait1_instance = Wait1.from_json(json)
# print the JSON string representation of the object
print(Wait1.to_json())
# convert the object into a dict
wait1_dict = wait1_instance.to_dict()
# create an instance of Wait1 from a dict
wait1_form_dict = wait1.from_dict(wait1_dict)