GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleAction.fromJson constructor
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleAction.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleAction.fromJson(
core.Map json_,
) : this(
operation: json_['operation'] as core.String?,
value: (json_['value'] as core.num?)?.toDouble(),
);