| Name |
Type |
Description |
Notes |
| prevPage |
string |
The link to the previous page for pagination. |
[optional] [default to undefined] |
| nextPage |
string |
The link to the next page for pagination. |
[optional] [default to undefined] |
| prevPageToken |
string |
The isolated pagination token for the previous page. |
[optional] [default to undefined] |
| nextPageToken |
string |
The isolated pagination token for the next page. |
[optional] [default to undefined] |
import { PageInfo } from 'bandwidth-sdk';
const instance: PageInfo = {
prevPage,
nextPage,
prevPageToken,
nextPageToken,
};
[Back to Model list] [Back to API list] [Back to README]