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