GoogleAdsSearchads360V23CommonDynamicFlightsAsset constructor

GoogleAdsSearchads360V23CommonDynamicFlightsAsset({
  1. String? androidAppLink,
  2. String? customMapping,
  3. String? destinationId,
  4. String? destinationName,
  5. String? flightDescription,
  6. String? flightPrice,
  7. String? flightSalePrice,
  8. String? formattedPrice,
  9. String? formattedSalePrice,
  10. String? imageUrl,
  11. String? iosAppLink,
  12. String? iosAppStoreId,
  13. String? originId,
  14. String? originName,
  15. List<String>? similarDestinationIds,
})

Implementation

GoogleAdsSearchads360V23CommonDynamicFlightsAsset({
  this.androidAppLink,
  this.customMapping,
  this.destinationId,
  this.destinationName,
  this.flightDescription,
  this.flightPrice,
  this.flightSalePrice,
  this.formattedPrice,
  this.formattedSalePrice,
  this.imageUrl,
  this.iosAppLink,
  this.iosAppStoreId,
  this.originId,
  this.originName,
  this.similarDestinationIds,
});