Late::YouTubeDailyViewsResponseDailyViewsInner Properties Name Type Description Notes date Date [optional] views Integer [optional] estimated_minutes_watched Float [optional] average_view_duration Float Average view duration in seconds [optional] subscribers_gained Integer [optional] subscribers_lost Integer [optional] likes Integer [optional] comments Integer [optional] shares Integer [optional] Example require 'late-sdk' instance = Late::YouTubeDailyViewsResponseDailyViewsInner.new( date: null, views: null, estimated_minutes_watched: null, average_view_duration: null, subscribers_gained: null, subscribers_lost: null, likes: null, comments: null, shares: null )