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
| 5335 5336 5337 | # File 'generated/google/apis/youtube_v3/classes.rb', line 5335 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
| 5333 5334 5335 | # File 'generated/google/apis/youtube_v3/classes.rb', line 5333 def item_count @item_count end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 5340 5341 5342 | # File 'generated/google/apis/youtube_v3/classes.rb', line 5340 def update!(**args) @item_count = args[:item_count] if args.key?(:item_count) end |