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