Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesResponse

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

Response message for AudienceInsightsService.ListAudienceInsightsAttributes.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesResponse.



43460
43461
43462
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43460

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#attributesArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata>

The attributes matching the search query. Corresponds to the JSON property attributes



43458
43459
43460
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43458

def attributes
  @attributes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



43465
43466
43467
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43465

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