| Name | Type | Description | Notes |
|---|---|---|---|
| content | string | [optional] [default to undefined] | |
| contentLength | number | [optional] [default to undefined] | |
| mediaName | string | [optional] [default to undefined] |
import { Media } from 'bandwidth-sdk';
const instance: Media = {
content,
contentLength,
mediaName,
};