Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesApplyRecommendationOperationSitelinkAssetParameters

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesApplyRecommendationOperationSitelinkAssetParameters

Returns a new instance of GoogleAdsSearchads360V23ServicesApplyRecommendationOperationSitelinkAssetParameters.



35150
35151
35152
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35150

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



35148
35149
35150
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35148

def ad_asset_apply_parameters
  @ad_asset_apply_parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35155
35156
35157
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35155

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