Sha256: 9dcf6cda5c123cf4d3fdefa88c690ea2560df713695fa6f1ea58e2811c395c2e
Contents?: true
Size: 403 Bytes
Versions: 19
Compression:
Stored size: 403 Bytes
Contents
# Bandwidth::Media ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **content** | **String** | | [optional] | | **content_length** | **Integer** | | [optional] | | **media_name** | **String** | | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::Media.new( content: null, content_length: null, media_name: null ) ```
Version data entries
19 entries across 19 versions & 1 rubygems