GoogleAdsSearchads360V23CommonPromotionAsset constructor

GoogleAdsSearchads360V23CommonPromotionAsset({
  1. List<GoogleAdsSearchads360V23CommonAdScheduleInfo>? adScheduleTargets,
  2. String? discountModifier,
  3. String? endDate,
  4. String? languageCode,
  5. GoogleAdsSearchads360V23CommonMoney? moneyAmountOff,
  6. String? occasion,
  7. GoogleAdsSearchads360V23CommonMoney? ordersOverAmount,
  8. String? percentOff,
  9. GoogleAdsSearchads360V23CommonPromotionBarcodeInfo? promotionBarcodeInfo,
  10. String? promotionCode,
  11. GoogleAdsSearchads360V23CommonPromotionQrCodeInfo? promotionQrCodeInfo,
  12. String? promotionTarget,
  13. String? redemptionEndDate,
  14. String? redemptionStartDate,
  15. String? startDate,
  16. String? termsAndConditionsText,
  17. String? termsAndConditionsUri,
})

Implementation

GoogleAdsSearchads360V23CommonPromotionAsset({
  this.adScheduleTargets,
  this.discountModifier,
  this.endDate,
  this.languageCode,
  this.moneyAmountOff,
  this.occasion,
  this.ordersOverAmount,
  this.percentOff,
  this.promotionBarcodeInfo,
  this.promotionCode,
  this.promotionQrCodeInfo,
  this.promotionTarget,
  this.redemptionEndDate,
  this.redemptionStartDate,
  this.startDate,
  this.termsAndConditionsText,
  this.termsAndConditionsUri,
});