GoogleAdsSearchads360V23CommonDynamicHotelsAndRentalsAsset constructor

GoogleAdsSearchads360V23CommonDynamicHotelsAndRentalsAsset({
  1. String? address,
  2. String? androidAppLink,
  3. String? category,
  4. List<String>? contextualKeywords,
  5. String? description,
  6. String? destinationName,
  7. String? formattedPrice,
  8. String? formattedSalePrice,
  9. String? imageUrl,
  10. String? iosAppLink,
  11. String? iosAppStoreId,
  12. String? price,
  13. String? propertyId,
  14. String? propertyName,
  15. String? salePrice,
  16. List<String>? similarPropertyIds,
  17. String? starRating,
})

Implementation

GoogleAdsSearchads360V23CommonDynamicHotelsAndRentalsAsset({
  this.address,
  this.androidAppLink,
  this.category,
  this.contextualKeywords,
  this.description,
  this.destinationName,
  this.formattedPrice,
  this.formattedSalePrice,
  this.imageUrl,
  this.iosAppLink,
  this.iosAppStoreId,
  this.price,
  this.propertyId,
  this.propertyName,
  this.salePrice,
  this.similarPropertyIds,
  this.starRating,
});