class Google::Apis::YoutubeAnalyticsV1::Group::ContentDetails
Attributes
item_count[RW]
Corresponds to the JSON property `itemCount` @return [String]
item_type[RW]
Corresponds to the JSON property `itemType` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/youtube_analytics_v1/classes.rb, line 290 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/youtube_analytics_v1/classes.rb, line 295 def update!(**args) @item_count = args[:item_count] if args.key?(:item_count) @item_type = args[:item_type] if args.key?(:item_type) end