Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 964 Bytes

SharedLinkPaging.md

File metadata and controls

28 lines (20 loc) · 964 Bytes

SharedLinkPaging

Properties

Name Type Description Notes
list SharedLinkPagingList

Example

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)

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