Skip to content

WithoutOperations

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.without_operations import WithoutOperations

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

# convert the object into a dict
without_operations_dict = without_operations_instance.to_dict()
# create an instance of WithoutOperations from a dict
without_operations_form_dict = without_operations.from_dict(without_operations_dict)
[Back to Model list] [Back to API list] [Back to README]