Class: Vk::API::Video::Methods::RemoveTag
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Video::Methods::RemoveTag
- Defined in:
- lib/vk/api/video/methods/remove_tag.rb
Overview
Removes a tag from a video.
Arguments collapse
-
#owner_id ⇒ Integer
ID of the user or community that owns the video.
-
#tag_id ⇒ Integer
Tag ID.
-
#video_id ⇒ Integer
Video ID.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Video::Methods::RemoveTag
|
# File 'lib/vk/api/video/methods/remove_tag.rb', line 15
|
Instance Method Details
#owner_id ⇒ Integer
Returns ID of the user or community that owns the video.
27 |
# File 'lib/vk/api/video/methods/remove_tag.rb', line 27 attribute :owner_id, API::Types::Coercible::Int.optional.default(nil) |