Name | Type | Description | Notes |
---|---|---|---|
pagination | Pagination | ||
entries | List[SiteMembershipRequestEntry] |
from alfresco_core_api_client.models.site_membership_request_paging_list import SiteMembershipRequestPagingList
# TODO update the JSON string below
json = "{}"
# create an instance of SiteMembershipRequestPagingList from a JSON string
site_membership_request_paging_list_instance = SiteMembershipRequestPagingList.from_json(json)
# print the JSON string representation of the object
print SiteMembershipRequestPagingList.to_json()
# convert the object into a dict
site_membership_request_paging_list_dict = site_membership_request_paging_list_instance.to_dict()
# create an instance of SiteMembershipRequestPagingList from a dict
site_membership_request_paging_list_form_dict = site_membership_request_paging_list.from_dict(site_membership_request_paging_list_dict)