GoogleAdsSearchads360V23CommonHotelLengthOfStayInfo constructor

GoogleAdsSearchads360V23CommonHotelLengthOfStayInfo({
  1. String? maxNights,
  2. String? minNights,
})

Implementation

GoogleAdsSearchads360V23CommonHotelLengthOfStayInfo({
  this.maxNights,
  this.minNights,
});