BedStatic
No description
type BedStatic {
type: String
count: Int
shared: Boolean
}
Fields
BedStatic.type
● String
scalar
Specifies the bed type
BedStatic.count
● Int
scalar
Indicates number of beds in a room
BedStatic.shared
● Boolean
scalar
Specifies if the bed is shared or not
Member Of
RoomData
object