Class: Vk::API::Ads::Methods::DeleteTargetGroup
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Ads::Methods::DeleteTargetGroup
- Defined in:
- lib/vk/api/ads/methods/delete_target_group.rb
Overview
Deletes a retarget group.
Arguments collapse
-
#account_id ⇒ Integer
Advertising account ID.
-
#client_id ⇒ Integer
'Only for advertising agencies.' ; ID of the client with the advertising account where the group will be created.;.
-
#target_group_id ⇒ Integer
Group ID.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Ads::Methods::DeleteTargetGroup
|
# File 'lib/vk/api/ads/methods/delete_target_group.rb', line 15
|
Instance Method Details
#account_id ⇒ Integer
Returns Advertising account ID.
25 |
# File 'lib/vk/api/ads/methods/delete_target_group.rb', line 25 attribute :account_id, API::Types::Coercible::Int |