GoogleAdsSearchads360V23CommonLifecycleGoalValueSettings constructor

GoogleAdsSearchads360V23CommonLifecycleGoalValueSettings({
  1. double? highLifetimeValue,
  2. double? value,
})

Implementation

GoogleAdsSearchads360V23CommonLifecycleGoalValueSettings({
  this.highLifetimeValue,
  this.value,
});