# ListEndpointsResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**links** | [**Array&lt;BrtcLink&gt;**](BrtcLink.md) |  | [default to undefined]
**page** | [**Page**](Page.md) |  | [optional] [default to undefined]
**data** | [**Array&lt;Endpoints&gt;**](Endpoints.md) |  | [default to undefined]
**errors** | [**Array&lt;BrtcError&gt;**](BrtcError.md) |  | [default to undefined]

## Example

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

const instance: ListEndpointsResponse = {
    links,
    page,
    data,
    errors,
};
```

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