Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 953 Bytes

RenditionPaging.md

File metadata and controls

28 lines (20 loc) · 953 Bytes

RenditionPaging

Properties

Name Type Description Notes
list RenditionPagingList [optional]

Example

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)

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