GoogleAdsSearchads360V23CommonWebpageSampleInfo.fromJson constructor
GoogleAdsSearchads360V23CommonWebpageSampleInfo.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonWebpageSampleInfo.fromJson(core.Map json_)
: this(
sampleUrls: (json_['sampleUrls'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);