Sha256: 72c202b09e7d22e03e7c8541ce68615d656ce78142f63ccd276e19078c18940d
Contents?: true
Size: 467 Bytes
Versions: 4
Compression:
Stored size: 467 Bytes
Contents
# MuxRuby::MonitoringBreakdownTimeseriesDatapoint ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **value** | **String** | | [optional] | | **metric_value** | **Float** | | [optional] | | **concurrent_viewers** | **Integer** | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::MonitoringBreakdownTimeseriesDatapoint.new( value: null, metric_value: null, concurrent_viewers: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems