Sha256: 739f7e1584d1145ce2e01c349d2aa77fc3bc2087d1b7bd09c7ddac709f0160e0
Contents?: true
Size: 637 Bytes
Versions: 21
Compression:
Stored size: 637 Bytes
Contents
# MuxRuby::Insight ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **total_watch_time** | **Integer** | | [optional] | | **total_views** | **Integer** | | [optional] | | **negative_impact_score** | **Float** | | [optional] | | **metric** | **Float** | | [optional] | | **filter_value** | **String** | | [optional] | | **filter_column** | **String** | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::Insight.new( total_watch_time: null, total_views: null, negative_impact_score: null, metric: null, filter_value: null, filter_column: null ) ```
Version data entries
21 entries across 21 versions & 1 rubygems