Class: Vk::API::Ads::TargetGroup
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Ads::TargetGroup
- Defined in:
- lib/vk/api/ads/target_group.rb
Overview
Instance Method Summary collapse
-
#audience_count ⇒ Integer
Audience.
-
#domain ⇒ String
Site domain.
-
#id ⇒ Integer
Group ID.
-
#lifetime ⇒ Integer
Number of days for user to be in group.
-
#name ⇒ String
Group name.
-
#pixel ⇒ String
Pixel code.
Instance Method Details
#audience_count ⇒ Integer
17 |
# File 'lib/vk/api/ads/target_group.rb', line 17 attribute :audience_count, API::Types::Coercible::Int.optional.default(nil) |
#domain ⇒ String
15 |
# File 'lib/vk/api/ads/target_group.rb', line 15 attribute :domain, API::Types::Coercible::String.optional.default(nil) |
#id ⇒ Integer
11 |
# File 'lib/vk/api/ads/target_group.rb', line 11 attribute :id, API::Types::Coercible::Int.optional.default(nil) |
#lifetime ⇒ Integer
19 |
# File 'lib/vk/api/ads/target_group.rb', line 19 attribute :lifetime, API::Types::Coercible::Int.optional.default(nil) |
#name ⇒ String
13 |
# File 'lib/vk/api/ads/target_group.rb', line 13 attribute :name, API::Types::Coercible::String.optional.default(nil) |
#pixel ⇒ String
21 |
# File 'lib/vk/api/ads/target_group.rb', line 21 attribute :pixel, API::Types::Coercible::String.optional.default(nil) |