GoogleAdsSearchads360V23CommonPriceAsset constructor

GoogleAdsSearchads360V23CommonPriceAsset({
  1. String? languageCode,
  2. List<GoogleAdsSearchads360V23CommonPriceOffering>? priceOfferings,
  3. String? priceQualifier,
  4. String? type,
})

Implementation

GoogleAdsSearchads360V23CommonPriceAsset({
  this.languageCode,
  this.priceOfferings,
  this.priceQualifier,
  this.type,
});