status property

String? status
getter/setter pair

The status of the hotel asset suggestion. Possible string values are:

  • "UNSPECIFIED" : Enum unspecified.
  • "UNKNOWN" : The received error code is not known in this version.
  • "SUCCESS" : The hotel asset suggestion was successfully retrieved.
  • "HOTEL_NOT_FOUND" : A hotel look up returns nothing.
  • "INVALID_PLACE_ID" : A Google Places ID is invalid and cannot be decoded.

Implementation

core.String? status;