GoogleAdsSearchads360V23ServicesAudienceInsightsDimensions.fromJson constructor

GoogleAdsSearchads360V23ServicesAudienceInsightsDimensions.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesAudienceInsightsDimensions.fromJson(
  core.Map json_,
) : this(
      dimensions: (json_['dimensions'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
    );