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
7267 7268 7269 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 7267 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7272 7273 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 7272 def update!(**args) end |