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 lib/google/apis/youtube_v3/classes.rb, line 5594
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/youtube_v3/classes.rb, line 5599
def update!(**args)
  @item_count = args[:item_count] if args.key?(:item_count)
end