GoogleAdsSearchads360V23ServicesHotelAssetSuggestion constructor

GoogleAdsSearchads360V23ServicesHotelAssetSuggestion({
  1. String? callToAction,
  2. String? finalUrl,
  3. String? hotelName,
  4. List<GoogleAdsSearchads360V23ServicesHotelImageAsset>? imageAssets,
  5. String? placeId,
  6. String? status,
  7. List<GoogleAdsSearchads360V23ServicesHotelTextAsset>? textAssets,
})

Implementation

GoogleAdsSearchads360V23ServicesHotelAssetSuggestion({
  this.callToAction,
  this.finalUrl,
  this.hotelName,
  this.imageAssets,
  this.placeId,
  this.status,
  this.textAssets,
});