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