Class: Google::Apis::YoutubeV3::PlaylistContentDetails
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::PlaylistContentDetails
- 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
-
#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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PlaylistContentDetails
Returns a new instance of PlaylistContentDetails
5497 5498 5499 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 5497 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
5495 5496 5497 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 5495 def item_count @item_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5502 5503 5504 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 5502 def update!(**args) @item_count = args[:item_count] if args.key?(:item_count) end |