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.



42939
42940
42941
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42939

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



42937
42938
42939
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42937

def attributes
  @attributes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42944
42945
42946
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42944

def update!(**args)
  @attributes = args[:attributes] if args.key?(:attributes)
end