Name | Type | Description | Notes |
---|---|---|---|
list | SharedLinkPagingList |
from alfresco_core_api_client.models.shared_link_paging import SharedLinkPaging
# TODO update the JSON string below
json = "{}"
# create an instance of SharedLinkPaging from a JSON string
shared_link_paging_instance = SharedLinkPaging.from_json(json)
# print the JSON string representation of the object
print SharedLinkPaging.to_json()
# convert the object into a dict
shared_link_paging_dict = shared_link_paging_instance.to_dict()
# create an instance of SharedLinkPaging from a dict
shared_link_paging_form_dict = shared_link_paging.from_dict(shared_link_paging_dict)