GoogleAdsSearchads360V23CommonCustomerLifecycleOptimizationValueSettings.fromJson constructor
GoogleAdsSearchads360V23CommonCustomerLifecycleOptimizationValueSettings.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonCustomerLifecycleOptimizationValueSettings.fromJson(
core.Map json_,
) : this(
additionalHighLifetimeValue:
(json_['additionalHighLifetimeValue'] as core.num?)?.toDouble(),
additionalValue: (json_['additionalValue'] as core.num?)?.toDouble(),
);