Skip to content

FolderListResponse

Properties

Name Type Description Notes
items list[FolderResponse] Items in paged list [optional]
item_count int Number of items included in the page [optional]
first_page_token str PageToken for first paged list [optional]
next_page_token str PageToken for the next paged list [optional]
prev_page_token str PageToken for the previous paged list [optional]
last_page_token str PageToken for the last paged list. Only included when totalItemCount is listed [optional]
total_item_count int Total number of items in all pages. Only included when requested [optional]
total_page_count int Total number of pages. Only included when totalItemCount is listed [optional]

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