ListResponse[str]
Paginated response containing str records. The required field is items.
itemsstring[]필수
List of resource items
next_cursor object
Cursor for next page
- string
- null
string
has_moreHas More (boolean)
Whether more pages exist
기본값:
falseListResponse[str]
{
"items": [
"string"
],
"next_cursor": "string",
"has_more": false
}