Skip to content

Pages

Page range in the publication.

Properties

Name Type Description Notes

Example

from deepsearch.cps.apis.public_v2.models.pages import Pages

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

# convert the object into a dict
pages_dict = pages_instance.to_dict()
# create an instance of Pages from a dict
pages_form_dict = pages.from_dict(pages_dict)
[Back to Model list] [Back to API list] [Back to README]