Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 630 Bytes

File metadata and controls

24 lines (17 loc) · 630 Bytes

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

import { Media } from 'bandwidth-sdk';

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

[Back to Model list] [Back to API list] [Back to README]