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