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