GoogleAdsSearchads360V23CommonCustomizerValue.fromJson constructor
GoogleAdsSearchads360V23CommonCustomizerValue.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonCustomizerValue.fromJson(core.Map json_)
: this(
stringValue: json_['stringValue'] as core.String?,
type: json_['type'] as core.String?,
);