GoogleAdsSearchads360V23CommonLifecycleGoalValueSettings.fromJson constructor

GoogleAdsSearchads360V23CommonLifecycleGoalValueSettings.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonLifecycleGoalValueSettings.fromJson(
  core.Map json_,
) : this(
      highLifetimeValue: (json_['highLifetimeValue'] as core.num?)
          ?.toDouble(),
      value: (json_['value'] as core.num?)?.toDouble(),
    );