GoogleAdsSearchads360V23CommonListingDimensionPath.fromJson constructor
GoogleAdsSearchads360V23CommonListingDimensionPath.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonListingDimensionPath.fromJson(core.Map json_)
: this(
dimensions: (json_['dimensions'] as core.List?)
?.map(
(value) =>
GoogleAdsSearchads360V23CommonListingDimensionInfo.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);