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.
42695 42696 42697 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42695 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
42693 42694 42695 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42693 def attributes @attributes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
42700 42701 42702 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 42700 def update!(**args) @attributes = args[:attributes] if args.key?(:attributes) end |