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.



18159
18160
18161
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18159

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

Instance Attribute Details

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

Returns:

  • (Fixnum)


18157
18158
18159
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18157

def recommended_budget_amount_micros
  @recommended_budget_amount_micros
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18164
18165
18166
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18164

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