Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 878 Bytes

NodePaging.md

File metadata and controls

28 lines (20 loc) · 878 Bytes

NodePaging

Properties

Name Type Description Notes
list NodePagingList [optional]

Example

from alfresco_core_api_client.models.node_paging import NodePaging

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

# convert the object into a dict
node_paging_dict = node_paging_instance.to_dict()
# create an instance of NodePaging from a dict
node_paging_form_dict = node_paging.from_dict(node_paging_dict)

[Back to Model list] [Back to API list] [Back to README]