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