Name | Type | Description | Notes |
---|---|---|---|
list | RenditionPagingList | [optional] |
from alfresco_core_api_client.models.rendition_paging import RenditionPaging
# TODO update the JSON string below
json = "{}"
# create an instance of RenditionPaging from a JSON string
rendition_paging_instance = RenditionPaging.from_json(json)
# print the JSON string representation of the object
print RenditionPaging.to_json()
# convert the object into a dict
rendition_paging_dict = rendition_paging_instance.to_dict()
# create an instance of RenditionPaging from a dict
rendition_paging_form_dict = rendition_paging.from_dict(rendition_paging_dict)