Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesInsightsAudienceAttributeGroup
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesInsightsAudienceAttributeGroup
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
A list of AudienceInsightsAttributes.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesInsightsAudienceAttributeGroup
constructor
A new instance of GoogleAdsSearchads360V23ServicesInsightsAudienceAttributeGroup.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesInsightsAudienceAttributeGroup
Returns a new instance of GoogleAdsSearchads360V23ServicesInsightsAudienceAttributeGroup.
42174 42175 42176 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42174 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attributes ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAudienceInsightsAttribute>
Required. A collection of audience attributes to be combined with logical OR.
Attributes need not all be the same dimension. Only Knowledge Graph entities,
Product & Service Categories, and Affinity and In-Market audiences are
supported in this context.
Corresponds to the JSON property attributes
42172 42173 42174 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42172 def attributes @attributes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42179 42180 42181 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42179 def update!(**args) @attributes = args[:attributes] if args.key?(:attributes) end |