Name |
Type |
Description |
Notes |
prev_page |
String |
The link to the previous page for pagination. |
[optional] |
next_page |
String |
The link to the next page for pagination. |
[optional] |
prev_page_token |
String |
The isolated pagination token for the previous page. |
[optional] |
next_page_token |
String |
The isolated pagination token for the next page. |
[optional] |
require 'bandwidth-sdk'
instance = Bandwidth::PageInfo.new(
prev_page: https://messaging.bandwidth.com/api/v2/users/accountId/messages?messageStatus=DLR_EXPIRED&nextPage=DLAPE902,
next_page: https://messaging.bandwidth.com/api/v2/users/accountId/messages?messageStatus=DLR_EXPIRED&prevPage=GL83PD3C,
prev_page_token: DLAPE902,
next_page_token: GL83PD3C
)