class Google::Apis::YoutubeV3::PlaylistContentDetails
Attributes
item_count[RW]
The number of videos in the playlist. Corresponds to the JSON property `itemCount` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 5265 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_v3/classes.rb, line 5270 def update!(**args) @item_count = args[:item_count] if args.key?(:item_count) end