NewRoom¶
Summary¶
Model received when creating a new room. It contains the necessary info to take further actions.
Model¶
{
"id": -1,
"name": "",
"slug": ""
}
Detail¶
- id
Room’s unique identifier.
Type: Number
Default Value:-1
- name
Room’s name.
Type: String
Default Value:""
- slug
URL conform representation of room’s name.
Type: String
Default Value:""