Class: Google::Apis::YoutubeV3::PlaylistContentDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/youtube_v3/classes.rb,
lib/google/apis/youtube_v3/representations.rb,
lib/google/apis/youtube_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PlaylistContentDetails

Returns a new instance of PlaylistContentDetails.



5911
5912
5913
# File 'lib/google/apis/youtube_v3/classes.rb', line 5911

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#item_countFixnum

The number of videos in the playlist. Corresponds to the JSON property itemCount

Returns:

  • (Fixnum)


5909
5910
5911
# File 'lib/google/apis/youtube_v3/classes.rb', line 5909

def item_count
  @item_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5916
5917
5918
# File 'lib/google/apis/youtube_v3/classes.rb', line 5916

def update!(**args)
  @item_count = args[:item_count] if args.key?(:item_count)
end