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