Query results
Name | Type | Description | Notes |
---|---|---|---|
list | ResultSetPagingList | [optional] |
from alfresco_search_api_client.models.result_set_paging import ResultSetPaging
# TODO update the JSON string below
json = "{}"
# create an instance of ResultSetPaging from a JSON string
result_set_paging_instance = ResultSetPaging.from_json(json)
# print the JSON string representation of the object
print ResultSetPaging.to_json()
# convert the object into a dict
result_set_paging_dict = result_set_paging_instance.to_dict()
# create an instance of ResultSetPaging from a dict
result_set_paging_form_dict = result_set_paging.from_dict(result_set_paging_dict)