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