GoogleAdsSearchads360V23ResourcesRecommendationRecommendationMetrics constructor

GoogleAdsSearchads360V23ResourcesRecommendationRecommendationMetrics({
  1. double? clicks,
  2. double? conversions,
  3. double? conversionsValue,
  4. String? costMicros,
  5. double? impressions,
  6. double? videoViews,
})

Implementation

GoogleAdsSearchads360V23ResourcesRecommendationRecommendationMetrics({
  this.clicks,
  this.conversions,
  this.conversionsValue,
  this.costMicros,
  this.impressions,
  this.videoViews,
});