GoogleAdsSearchads360V23CommonKeywordPlanAggregateMetrics.fromJson constructor

GoogleAdsSearchads360V23CommonKeywordPlanAggregateMetrics.fromJson(
  1. Map json_
)

Implementation

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