Class: Vk::API::Ads::Methods::DeleteClients

Inherits:
Schema::Method
  • Object
show all
Defined in:
lib/vk/api/ads/methods/delete_clients.rb

Overview

Archives clients of an advertising agency.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Ads::Methods::DeleteClients

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :account_id (Integer)

    Advertising account ID.

  • :ids (String)

    Serialized JSON array with IDs of deleted clients.



# File 'lib/vk/api/ads/methods/delete_clients.rb', line 15

Instance Method Details

#account_idInteger

Returns Advertising account ID.

Returns:

  • (Integer)

    Advertising account ID.



24
# File 'lib/vk/api/ads/methods/delete_clients.rb', line 24

attribute :account_id, API::Types::Coercible::Int

#idsString

Returns Serialized JSON array with IDs of deleted clients.

Returns:

  • (String)

    Serialized JSON array with IDs of deleted clients.



26
# File 'lib/vk/api/ads/methods/delete_clients.rb', line 26

attribute :ids, API::Types::Coercible::String