GoogleAdsSearchads360V23CommonDynamicCustomAsset constructor

GoogleAdsSearchads360V23CommonDynamicCustomAsset({
  1. String? androidAppLink,
  2. List<String>? contextualKeywords,
  3. String? formattedPrice,
  4. String? formattedSalePrice,
  5. String? id,
  6. String? id2,
  7. String? imageUrl,
  8. String? iosAppLink,
  9. String? iosAppStoreId,
  10. String? itemAddress,
  11. String? itemCategory,
  12. String? itemDescription,
  13. String? itemSubtitle,
  14. String? itemTitle,
  15. String? price,
  16. String? salePrice,
  17. List<String>? similarIds,
})

Implementation

GoogleAdsSearchads360V23CommonDynamicCustomAsset({
  this.androidAppLink,
  this.contextualKeywords,
  this.formattedPrice,
  this.formattedSalePrice,
  this.id,
  this.id2,
  this.imageUrl,
  this.iosAppLink,
  this.iosAppStoreId,
  this.itemAddress,
  this.itemCategory,
  this.itemDescription,
  this.itemSubtitle,
  this.itemTitle,
  this.price,
  this.salePrice,
  this.similarIds,
});