Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationMaximizeConversionsOptInRecommendation

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

The Maximize Conversions Opt-In recommendation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationMaximizeConversionsOptInRecommendation

Returns a new instance of GoogleAdsSearchads360V23ResourcesRecommendationMaximizeConversionsOptInRecommendation.



18285
18286
18287
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18285

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

Instance Attribute Details

Output only. The recommended new budget amount. Corresponds to the JSON property recommendedBudgetAmountMicros

Returns:

  • (Fixnum)


18283
18284
18285
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18283

def recommended_budget_amount_micros
  @recommended_budget_amount_micros
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18290
18291
18292
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18290

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