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