# EndpointResponse


## Properties

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

## Example

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

const instance: EndpointResponse = {
    links,
    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)
