GoogleAdsSearchads360V23ServicesHotelAssetSuggestion constructor
GoogleAdsSearchads360V23ServicesHotelAssetSuggestion({
- String? callToAction,
- String? finalUrl,
- String? hotelName,
- List<
GoogleAdsSearchads360V23ServicesHotelImageAsset> ? imageAssets, - String? placeId,
- String? status,
- List<
GoogleAdsSearchads360V23ServicesHotelTextAsset> ? textAssets,
Implementation
GoogleAdsSearchads360V23ServicesHotelAssetSuggestion({
this.callToAction,
this.finalUrl,
this.hotelName,
this.imageAssets,
this.placeId,
this.status,
this.textAssets,
});