Class: Vk::API::Video::Methods::GetNewTags
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Video::Methods::GetNewTags
- Defined in:
- lib/vk/api/video/methods/get_new_tags.rb
Overview
Returns a list of videos with tags that have not been viewed.
Arguments collapse
-
#count ⇒ Integer
Number of videos to return.
-
#offset ⇒ Integer
Offset needed to return a specific subset of videos.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Video::Methods::GetNewTags
|
# File 'lib/vk/api/video/methods/get_new_tags.rb', line 15
|
Instance Method Details
#count ⇒ Integer
Returns Number of videos to return.
26 |
# File 'lib/vk/api/video/methods/get_new_tags.rb', line 26 attribute :count, API::Types::Coercible::Int.optional.default(20) |
#offset ⇒ Integer
Returns Offset needed to return a specific subset of videos.
24 |
# File 'lib/vk/api/video/methods/get_new_tags.rb', line 24 attribute :offset, API::Types::Coercible::Int.optional.default(nil) |