HotelLengthOfStayInfo

  • This webpage describes the criterion for the length of a hotel stay in nights.

  • The min_nights field represents the minimum number of nights for a stay.

  • The max_nights field represents the maximum number of nights for a stay.

Criterion for length of hotel stay in nights.

Proto definition

Fields

min_nights

int64

Low end of the number of nights in the stay.

max_nights

int64

High end of the number of nights in the stay.