GoogleAdsSearchads360V23CommonHotelPropertyAsset constructor

GoogleAdsSearchads360V23CommonHotelPropertyAsset({
  1. String? hotelAddress,
  2. String? hotelName,
  3. String? placeId,
})

Implementation

GoogleAdsSearchads360V23CommonHotelPropertyAsset({
  this.hotelAddress,
  this.hotelName,
  this.placeId,
});