Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 656 Bytes

File metadata and controls

22 lines (16 loc) · 656 Bytes

Bandwidth::RbmCardContentMedia

Properties

Name Type Description Notes
file_url String The URL of the media file. 100MB is the maximum file size.
thumbnail_url String The URL of the thumbnail image. Applies only to video file media. [optional]
height RbmMediaHeightEnum

Example

require 'bandwidth-sdk'

instance = Bandwidth::RbmCardContentMedia.new(
  file_url: https://dev.bandwidth.com/images/bandwidth-logo.png,
  thumbnail_url: https://dev.bandwidth.com/images/bandwidth-logo.png,
  height: null
)