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.



17923
17924
17925
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17923

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



17921
17922
17923
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17921

def keywords
  @keywords
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17928
17929
17930
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17928

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