RcwPagingForwardModel
Properties
Name | Type | Required | Description |
---|---|---|---|
per_page | int | ✅ | Number of items per page |
page_token | str | ✅ | Current page token |
next_page_token | str | ❌ | Next page token (absent for the last page of the result set) |
previous_page_token | str | ❌ | Previous page token (absent for the first page of the result set) May be omitted if the result set does not support backward navigation. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs