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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ PlaylistContentDetails

Returns a new instance of PlaylistContentDetails.



5444
5445
5446
# File 'generated/google/apis/youtube_v3/classes.rb', line 5444

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)


5442
5443
5444
# File 'generated/google/apis/youtube_v3/classes.rb', line 5442

def item_count
  @item_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5449
5450
5451
# File 'generated/google/apis/youtube_v3/classes.rb', line 5449

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