roomTypes property

List<String>? roomTypes
getter/setter pair

An optional list of room types to search for. To include rooms without a room type, specify null within this list. When not specified, all applicable rooms (regardless of type) are returned.

Implementation

List<String>? roomTypes;