Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 802 Bytes

File metadata and controls

24 lines (17 loc) · 802 Bytes

RbmCardContentMedia

Properties

Name Type Description Notes
fileUrl string The URL of the media file. 100MB is the maximum file size. [default to undefined]
thumbnailUrl string The URL of the thumbnail image. Applies only to video file media. [optional] [default to undefined]
height RbmMediaHeightEnum [default to undefined]

Example

import { RbmCardContentMedia } from 'bandwidth-sdk';

const instance: RbmCardContentMedia = {
    fileUrl,
    thumbnailUrl,
    height,
};

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