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