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.



35324
35325
35326
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35324

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



35322
35323
35324
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35322

def ad_asset_apply_parameters
  @ad_asset_apply_parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35329
35330
35331
# File 'lib/google/apis/searchads360_v23/classes.rb', line 35329

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