GoogleAdsSearchads360V23CommonLineupAttributeMetadata constructor
GoogleAdsSearchads360V23CommonLineupAttributeMetadata({
- String? channelCountLowerBound,
- String? channelCountUpperBound,
- GoogleAdsSearchads360V23CommonLocationInfo? inventoryCountry,
- String? medianMonthlyInventory,
- List<
GoogleAdsSearchads360V23CommonLineupAttributeMetadataSampleChannel> ? sampleChannels,
Implementation
GoogleAdsSearchads360V23CommonLineupAttributeMetadata({
this.channelCountLowerBound,
this.channelCountUpperBound,
this.inventoryCountry,
this.medianMonthlyInventory,
this.sampleChannels,
});