GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown constructor

GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown({
  1. String? effectiveCoviewReach,
  2. int? effectiveFrequency,
  3. String? onTargetEffectiveCoviewReach,
  4. String? onTargetReach,
  5. String? totalReach,
})

Implementation

GoogleAdsSearchads360V23ServicesEffectiveFrequencyBreakdown({
  this.effectiveCoviewReach,
  this.effectiveFrequency,
  this.onTargetEffectiveCoviewReach,
  this.onTargetReach,
  this.totalReach,
});