Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationCustomAudienceOptInRecommendation

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

The Custom Audience Opt In recommendation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationCustomAudienceOptInRecommendation

Returns a new instance of GoogleAdsSearchads360V23ResourcesRecommendationCustomAudienceOptInRecommendation.



17857
17858
17859
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17857

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

Instance Attribute Details

#keywordsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonKeywordInfo>

Output only. The list of keywords to use for custom audience creation. Corresponds to the JSON property keywords



17855
17856
17857
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17855

def keywords
  @keywords
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17862
17863
17864
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17862

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