GoogleAdsSearchads360V23CommonFrequencyCapKey constructor

GoogleAdsSearchads360V23CommonFrequencyCapKey({
  1. String? eventType,
  2. String? level,
  3. int? timeLength,
  4. String? timeUnit,
})

Implementation

GoogleAdsSearchads360V23CommonFrequencyCapKey({
  this.eventType,
  this.level,
  this.timeLength,
  this.timeUnit,
});