GoogleAdsSearchads360V23ServicesCustomVariable.fromJson constructor
GoogleAdsSearchads360V23ServicesCustomVariable.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesCustomVariable.fromJson(core.Map json_)
: this(
conversionCustomVariable:
json_['conversionCustomVariable'] as core.String?,
value: json_['value'] as core.String?,
);