Name | Type | Description | Notes |
---|---|---|---|
list | NodePagingList | [optional] |
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)