Sha256: fcc45ac929a333bf84b1c04704484a9cbbb2374fd84eebad11c6e5dbf3fba72c
Contents?: true
Size: 624 Bytes
Versions: 8
Compression:
Stored size: 624 Bytes
Contents
# MuxRuby::BreakdownValue ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **views** | **Integer** | | [optional] | | **value** | **Float** | | [optional] | | **total_watch_time** | **Integer** | | [optional] | | **total_playing_time** | **Integer** | | [optional] | | **negative_impact** | **Integer** | | [optional] | | **field** | **String** | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::BreakdownValue.new( views: null, value: null, total_watch_time: null, total_playing_time: null, negative_impact: null, field: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems