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.
42867 42868 42869 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42867 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
42865 42866 42867 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42865 def attributes @attributes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42872 42873 42874 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42872 def update!(**args) @attributes = args[:attributes] if args.key?(:attributes) end |