| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<BrtcLink> | [default to undefined] | |
| page | Page | [optional] [default to undefined] | |
| data | Array<Endpoints> | [default to undefined] | |
| errors | Array<BrtcError> | [default to undefined] |
import { ListEndpointsResponse } from 'bandwidth-sdk';
const instance: ListEndpointsResponse = {
links,
page,
data,
errors,
};