# Media


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | **string** |  | [optional] [default to undefined]
**contentLength** | **number** |  | [optional] [default to undefined]
**mediaName** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: Media = {
    content,
    contentLength,
    mediaName,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
