# RoomWithoutAllocations


## Fields

| Field                                                                                                                                                                                                          | Type                                                                                                                                                                                                           | Required                                                                                                                                                                                                       | Description                                                                                                                                                                                                    | Example                                                                                                                                                                                                        |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `AppId`                                                                                                                                                                                                        | *string*                                                                                                                                                                                                       | :heavy_check_mark:                                                                                                                                                                                             | System generated unique identifier for an application.                                                                                                                                                         | app-af469a92-5b45-4565-b3c4-b79878de67d2                                                                                                                                                                       |
| `CurrentAllocation`                                                                                                                                                                                            | [RoomWithoutAllocationsCurrentAllocation](../../Models/Shared/RoomWithoutAllocationsCurrentAllocation.md)                                                                                                      | :heavy_check_mark:                                                                                                                                                                                             | N/A                                                                                                                                                                                                            |                                                                                                                                                                                                                |
| `RoomConfig`                                                                                                                                                                                                   | *string*                                                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                                             | N/A                                                                                                                                                                                                            | {"name":"my-room"}                                                                                                                                                                                             |
| `RoomId`                                                                                                                                                                                                       | *string*                                                                                                                                                                                                       | :heavy_check_mark:                                                                                                                                                                                             | Unique identifier to a game session or match. Use the default system generated ID or overwrite it with your own.<br/>Note: error will be returned if `roomId` is not globally unique.                          | 2swovpy1fnunu                                                                                                                                                                                                  |
| `Status`                                                                                                                                                                                                       | [RoomStatus](../../Models/Shared/RoomStatus.md)                                                                                                                                                                | :heavy_check_mark:                                                                                                                                                                                             | The allocation status of a room.<br/><br/>`scheduling`: a process is not allocated yet and the room is waiting to be scheduled<br/><br/>`active`: ready to accept connections<br/><br/>`destroyed`: all associated metadata is deleted | active                                                                                                                                                                                                         |