Sha256: 928c07a0e8cec544f8005cc858e9aff8b409fe846473635652fe92bea14a16e6
Contents?: true
Size: 445 Bytes
Versions: 8
Compression:
Stored size: 445 Bytes
Contents
# MuxRuby::VideoViewResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**VideoView**](VideoView.md) | | [optional] | | **timeframe** | **Array<Integer>** | | [optional] | | **total_row_count** | **Integer** | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::VideoViewResponse.new( data: null, timeframe: null, total_row_count: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems