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