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