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 |
#client_id ⇒ Integer
Returns 'Only for advertising agencies.' ; ID of the client with the advertising account where the group will be created.;.
27 |
# File 'lib/vk/api/ads/methods/delete_target_group.rb', line 27 attribute :client_id, API::Types::Coercible::Int.optional.default(nil) |
#target_group_id ⇒ Integer
Returns Group ID.
29 |
# File 'lib/vk/api/ads/methods/delete_target_group.rb', line 29 attribute :target_group_id, API::Types::Coercible::Int |