Class: Vk::API::Ads::TargSuggestionsRegions

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

Overview

Instance Method Summary collapse

Instance Method Details

#idInteger

Returns Object ID.

Returns:

  • (Integer)

    Object ID



11
# File 'lib/vk/api/ads/targ_suggestions_regions.rb', line 11

attribute :id, API::Types::Coercible::Int.optional.default(nil)

#nameString

Returns Object name.

Returns:

  • (String)

    Object name



13
# File 'lib/vk/api/ads/targ_suggestions_regions.rb', line 13

attribute :name, API::Types::Coercible::String.optional.default(nil)

#typeString

Returns Object type.

Returns:

  • (String)

    Object type



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

attribute :type, API::Types::Coercible::String.optional.default(nil)