Skip to content

IgnoreAbove

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.ignore_above import IgnoreAbove

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

# convert the object into a dict
ignore_above_dict = ignore_above_instance.to_dict()
# create an instance of IgnoreAbove from a dict
ignore_above_form_dict = ignore_above.from_dict(ignore_above_dict)
[Back to Model list] [Back to API list] [Back to README]