Class: Google::Apis::YoutubeV3::TokenPagination
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::YoutubeV3::TokenPagination
 
- 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
Overview
Stub token pagination template to suppress results.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TokenPagination 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TokenPagination. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TokenPagination
Returns a new instance of TokenPagination
| 6852 6853 6854 | # File 'generated/google/apis/youtube_v3/classes.rb', line 6852 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 6857 6858 | # File 'generated/google/apis/youtube_v3/classes.rb', line 6857 def update!(**args) end |