Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 722 Bytes

Insight.md

File metadata and controls

30 lines (24 loc) · 722 Bytes

MuxRuby::Insight

Properties

Name Type Description Notes
total_watch_time Integer [optional]
total_playing_time Integer [optional]
total_views Integer [optional]
negative_impact_score Float [optional]
metric Float [optional]
filter_value String [optional]
filter_column String [optional]

Example

require 'mux_ruby'

instance = MuxRuby::Insight.new(
  total_watch_time: null,
  total_playing_time: null,
  total_views: null,
  negative_impact_score: null,
  metric: null,
  filter_value: null,
  filter_column: null
)