| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<Link> | [optional] [default to undefined] | |
| data | object | [optional] [default to undefined] | |
| errors | Array<ErrorObject> | [optional] [default to undefined] |
import { MultiChannelError } from 'bandwidth-sdk';
const instance: MultiChannelError = {
links,
data,
errors,
};