# PageInfo


## Properties

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]

## Example

```typescript
import { PageInfo } from 'bandwidth-sdk';

const instance: PageInfo = {
    prevPage,
    nextPage,
    prevPageToken,
    nextPageToken,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
