Sha256: 57807194ed7e6d82834bb71bc88b9879518498707eab266391bd061e72dea469
Contents?: true
Size: 918 Bytes
Versions: 18
Compression:
Stored size: 918 Bytes
Contents
# Bandwidth::PageInfo ## Properties | 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] | ## Example ```ruby 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 ) ```
Version data entries
18 entries across 18 versions & 1 rubygems