BuildingRoomRead
extends BaseComponent
in package
Table of Contents
Properties
- $capacity : string|null
- $code : string|null
- $name : string|null
- $room_id : int|null
- $room_number : string|null
- $room_type : string|null
- $room_type_id : int|null
- $fields : array<string|int, string>
Properties
$capacity
public
string|null
$capacity
Room capacity
$code
public
string|null
$code
Room code
$name
public
string|null
$name
Room name
$room_id
public
int|null
$room_id
Identifier for the room
$room_number
public
string|null
$room_number
Room number
$room_type
public
string|null
$room_type
Denotes how the room is used
$room_type_id
public
int|null
$room_type_id
Identifier for the room type
$fields
protected
static array<string|int, string>
$fields
= ["room_id" => "int", "room_number" => "string", "name" => "string", "code" => "string", "capacity" => "string", "room_type" => "string", "room_type_id" => "int"]