Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCallAssetParameters

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

Parameters to use when applying call asset recommendations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCallAssetParameters

Returns a new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCallAssetParameters.



34805
34806
34807
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34805

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

Instance Attribute Details

#ad_asset_apply_parametersGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationAdAssetApplyParameters

Common parameters used when applying ad asset recommendations. Corresponds to the JSON property adAssetApplyParameters



34803
34804
34805
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34803

def ad_asset_apply_parameters
  @ad_asset_apply_parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34810
34811
34812
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34810

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