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