Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesResponse
- 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
Response message for AudienceInsightsService.ListAudienceInsightsAttributes.
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata>
The attributes matching the search query.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesResponse.
43388 43389 43390 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43388 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attributes ⇒ Array<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata>
The attributes matching the search query.
Corresponds to the JSON property attributes
43386 43387 43388 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43386 def attributes @attributes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43393 43394 43395 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43393 def update!(**args) @attributes = args[:attributes] if args.key?(:attributes) end |