GoogleAdsSearchads360V23CommonPromotionAsset constructor
GoogleAdsSearchads360V23CommonPromotionAsset({
- List<
GoogleAdsSearchads360V23CommonAdScheduleInfo> ? adScheduleTargets, - String? discountModifier,
- String? endDate,
- String? languageCode,
- GoogleAdsSearchads360V23CommonMoney? moneyAmountOff,
- String? occasion,
- GoogleAdsSearchads360V23CommonMoney? ordersOverAmount,
- String? percentOff,
- GoogleAdsSearchads360V23CommonPromotionBarcodeInfo? promotionBarcodeInfo,
- String? promotionCode,
- GoogleAdsSearchads360V23CommonPromotionQrCodeInfo? promotionQrCodeInfo,
- String? promotionTarget,
- String? redemptionEndDate,
- String? redemptionStartDate,
- String? startDate,
- String? termsAndConditionsText,
- 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,
});