Skip to content

WithOperations

List of Operation Status documents don't have to be used as filter.

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.with_operations import WithOperations

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

# convert the object into a dict
with_operations_dict = with_operations_instance.to_dict()
# create an instance of WithOperations from a dict
with_operations_form_dict = with_operations.from_dict(with_operations_dict)
[Back to Model list] [Back to API list] [Back to README]