Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesInsightsAudienceAttributeGroup

Inherits:
Object
  • Object
show all
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

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

#attributesArray<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