Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal

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

Retention goal settings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal

Returns a new instance of GoogleAdsSearchads360V23CommonGoalSettingRetentionGoal.



432
433
434
# File 'lib/google/apis/searchads360_v23/classes.rb', line 432

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

Instance Attribute Details

#value_settingsGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonCustomerLifecycleOptimizationValueSettings

Lifecycle goal optimization value settings. Corresponds to the JSON property valueSettings



430
431
432
# File 'lib/google/apis/searchads360_v23/classes.rb', line 430

def value_settings
  @value_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



437
438
439
# File 'lib/google/apis/searchads360_v23/classes.rb', line 437

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