GoogleAdsSearchads360V23CommonDynamicTravelAsset constructor

GoogleAdsSearchads360V23CommonDynamicTravelAsset({
  1. String? androidAppLink,
  2. String? category,
  3. List<String>? contextualKeywords,
  4. String? destinationAddress,
  5. String? destinationId,
  6. String? destinationName,
  7. String? formattedPrice,
  8. String? formattedSalePrice,
  9. String? imageUrl,
  10. String? iosAppLink,
  11. String? iosAppStoreId,
  12. String? originId,
  13. String? originName,
  14. String? price,
  15. String? salePrice,
  16. List<String>? similarDestinationIds,
  17. String? title,
})

Implementation

GoogleAdsSearchads360V23CommonDynamicTravelAsset({
  this.androidAppLink,
  this.category,
  this.contextualKeywords,
  this.destinationAddress,
  this.destinationId,
  this.destinationName,
  this.formattedPrice,
  this.formattedSalePrice,
  this.imageUrl,
  this.iosAppLink,
  this.iosAppStoreId,
  this.originId,
  this.originName,
  this.price,
  this.salePrice,
  this.similarDestinationIds,
  this.title,
});