Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCalloutAssetParameters

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 callout asset recommendations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCalloutAssetParameters

Returns a new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationCalloutAssetParameters.



34945
34946
34947
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34945

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



34943
34944
34945
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34943

def ad_asset_apply_parameters
  @ad_asset_apply_parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34950
34951
34952
# File 'lib/google/apis/searchads360_v23/classes.rb', line 34950

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