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.



17983
17984
17985
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17983

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



17981
17982
17983
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17981

def keywords
  @keywords
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17988
17989
17990
# File 'lib/google/apis/searchads360_v23/classes.rb', line 17988

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