TruncatePages
Properties
Name |
Type |
Description |
Notes |
|
|
|
|
Example
from deepsearch.cps.apis.public_v2.models.truncate_pages import TruncatePages
# TODO update the JSON string below
json = "{}"
# create an instance of TruncatePages from a JSON string
truncate_pages_instance = TruncatePages.from_json(json)
# print the JSON string representation of the object
print(TruncatePages.to_json())
# convert the object into a dict
truncate_pages_dict = truncate_pages_instance.to_dict()
# create an instance of TruncatePages from a dict
truncate_pages_form_dict = truncate_pages.from_dict(truncate_pages_dict)
[Back to Model list] [Back to API list] [Back to README]