Class: Vk::API::Ads::TargSuggestionsRegions
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Ads::TargSuggestionsRegions
- Defined in:
- lib/vk/api/ads/targ_suggestions_regions.rb
Overview
Instance Method Summary collapse
-
#id ⇒ Integer
Object ID.
-
#name ⇒ String
Object name.
-
#type ⇒ String
Object type.
Instance Method Details
#id ⇒ Integer
Returns Object ID.
11 |
# File 'lib/vk/api/ads/targ_suggestions_regions.rb', line 11 attribute :id, API::Types::Coercible::Int.optional.default(nil) |