Sha256: d8acb26a8e4a8806b9c85072d60355ecf64e4dfb83fa19445188f8b6162bacd2

Contents?: true

Size: 592 Bytes

Versions: 4

Compression:

Stored size: 592 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] |

## Example

```ruby
require 'mux_ruby'

instance = MuxRuby::MonitoringBreakdownValue.new(
  value: null,
  negative_impact: null,
  metric_value: null,
  display_value: null,
  concurrent_viewers: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mux_ruby-3.11.1 docs/MonitoringBreakdownValue.md
mux_ruby-3.11.0 docs/MonitoringBreakdownValue.md
mux_ruby-3.9.0 docs/MonitoringBreakdownValue.md
mux_ruby-3.8.0 docs/MonitoringBreakdownValue.md