| 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] |
require 'mux_ruby'
instance = MuxRuby::RealTimeBreakdownValue.new(
value: null,
negative_impact: null,
metric_value: null,
display_value: null,
concurrent_viewers: null,
starting_up_viewers: null
)