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