Sha256: 16f9164e989f16c517d5c27e924401b554227c1416d9eebeb1fad99f127b5b76
Contents?: true
Size: 453 Bytes
Versions: 10
Compression:
Stored size: 453 Bytes
Contents
# MuxRuby::MonitoringBreakdownTimeseriesValues ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **values** | [**Array<MonitoringBreakdownTimeseriesDatapoint>**](MonitoringBreakdownTimeseriesDatapoint.md) | | [optional] | | **date** | **String** | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::MonitoringBreakdownTimeseriesValues.new( values: null, date: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems