Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationTextAdParameters
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationTextAdParameters
- 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
Parameters to use when applying a text ad recommendation.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationTextAdParameters
constructor
A new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationTextAdParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationTextAdParameters
Returns a new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationTextAdParameters.
35342 35343 35344 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35342 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAd
An ad.
Corresponds to the JSON property ad
35340 35341 35342 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35340 def ad @ad end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35347 35348 35349 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35347 def update!(**args) @ad = args[:ad] if args.key?(:ad) end |