GoogleAdsSearchads360V23CommonLineupAttributeMetadata constructor

GoogleAdsSearchads360V23CommonLineupAttributeMetadata({
  1. String? channelCountLowerBound,
  2. String? channelCountUpperBound,
  3. GoogleAdsSearchads360V23CommonLocationInfo? inventoryCountry,
  4. String? medianMonthlyInventory,
  5. List<GoogleAdsSearchads360V23CommonLineupAttributeMetadataSampleChannel>? sampleChannels,
})

Implementation

GoogleAdsSearchads360V23CommonLineupAttributeMetadata({
  this.channelCountLowerBound,
  this.channelCountUpperBound,
  this.inventoryCountry,
  this.medianMonthlyInventory,
  this.sampleChannels,
});