Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal
- 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
Retention goal settings.
Instance Attribute Summary collapse
-
#value_settings ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCustomerLifecycleOptimizationValueSettings
Lifecycle goal optimization value settings.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal
constructor
A new instance of GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal
Returns a new instance of GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal.
372 373 374 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 372 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value_settings ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCustomerLifecycleOptimizationValueSettings
Lifecycle goal optimization value settings.
Corresponds to the JSON property valueSettings
370 371 372 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 370 def value_settings @value_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
377 378 379 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 377 def update!(**args) @value_settings = args[:value_settings] if args.key?(:value_settings) end |