type property

String? type
getter/setter pair

Type of the hotel date selection Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "DEFAULT_SELECTION" : Dates selected by default.
  • "USER_SELECTED" : Dates selected by the user.

Implementation

core.String? type;