Sha256: a214001987b983c70f780ed56ec9cc90ccb31cee2149e6e93125eef3030c27ce
Contents?: true
Size: 785 Bytes
Versions: 29
Compression:
Stored size: 785 Bytes
Contents
# MuxRuby::AssetStaticRenditionsFiles ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | [optional] | | **ext** | **String** | Extension of the static rendition file | [optional] | | **height** | **Integer** | The height of the static rendition's file in pixels | [optional] | | **width** | **Integer** | The width of the static rendition's file in pixels | [optional] | | **bitrate** | **Integer** | The bitrate in bits per second | [optional] | | **filesize** | **String** | The file size in bytes | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::AssetStaticRenditionsFiles.new( name: null, ext: null, height: null, width: null, bitrate: null, filesize: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems