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.



18225
18226
18227
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18225

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

Instance Attribute Details

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

Returns:

  • (Fixnum)


18223
18224
18225
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18223

def recommended_budget_amount_micros
  @recommended_budget_amount_micros
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18230
18231
18232
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18230

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