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