Sha256: e785f33475512aad8124995cff8f02077b9bfe3e12301ca9df429a253328a9ea

Contents?: true

Size: 722 Bytes

Versions: 8

Compression:

Stored size: 722 Bytes

Contents

# 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

```ruby
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
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mux_ruby-3.20.0 docs/Insight.md
mux_ruby-3.19.0 docs/Insight.md
mux_ruby-3.18.0 docs/Insight.md
mux_ruby-3.17.0 docs/Insight.md
mux_ruby-3.15.0 docs/Insight.md
mux_ruby-3.14.0 docs/Insight.md
mux_ruby-3.13.0 docs/Insight.md
mux_ruby-3.12.0 docs/Insight.md