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