Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 675 Bytes

File metadata and controls

28 lines (22 loc) · 675 Bytes

MuxRuby::RealTimeBreakdownValue

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

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
)