| Name | Type | Description | Notes |
|---|---|---|---|
| value | Float | [optional] | |
| total_watch_time | Integer | [optional] | |
| total_views | Integer | [optional] | |
| total_playing_time | Integer | [optional] | |
| global_value | Float | [optional] |
require 'mux_ruby'
instance = MuxRuby::OverallValues.new(
value: null,
total_watch_time: null,
total_views: null,
total_playing_time: null,
global_value: null
)