Class: Google::Apis::YoutubeV3::PlaylistContentDetails
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::PlaylistContentDetails
- 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
-
#item_count ⇒ Fixnum
The number of videos in the playlist.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PlaylistContentDetails
constructor
A new instance of PlaylistContentDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PlaylistContentDetails
Returns a new instance of PlaylistContentDetails.
5744 5745 5746 |
# File 'lib/google/apis/youtube_v3/classes.rb', line 5744 def initialize(**args) update!(**args) end |
Instance Attribute Details
#item_count ⇒ Fixnum
The number of videos in the playlist.
Corresponds to the JSON property itemCount
5742 5743 5744 |
# File 'lib/google/apis/youtube_v3/classes.rb', line 5742 def item_count @item_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5749 5750 5751 |
# File 'lib/google/apis/youtube_v3/classes.rb', line 5749 def update!(**args) @item_count = args[:item_count] if args.key?(:item_count) end |