Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCalloutAssetParameters
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCalloutAssetParameters
- 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 callout asset recommendations.
Instance Attribute Summary collapse
-
#ad_asset_apply_parameters ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationAdAssetApplyParameters
Common parameters used when applying ad asset recommendations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCalloutAssetParameters
constructor
A new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCalloutAssetParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCalloutAssetParameters
Returns a new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCalloutAssetParameters.
34843 34844 34845 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34843 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad_asset_apply_parameters ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationAdAssetApplyParameters
Common parameters used when applying ad asset recommendations.
Corresponds to the JSON property adAssetApplyParameters
34841 34842 34843 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34841 def ad_asset_apply_parameters @ad_asset_apply_parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34848 34849 34850 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34848 def update!(**args) @ad_asset_apply_parameters = args[:ad_asset_apply_parameters] if args.key?(:ad_asset_apply_parameters) end |