Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 927 Bytes

CategoryPaging.md

File metadata and controls

28 lines (20 loc) · 927 Bytes

CategoryPaging

Properties

Name Type Description Notes
list CategoryPagingList

Example

from alfresco_core_api_client.models.category_paging import CategoryPaging

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

# convert the object into a dict
category_paging_dict = category_paging_instance.to_dict()
# create an instance of CategoryPaging from a dict
category_paging_form_dict = category_paging.from_dict(category_paging_dict)

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