The request parameters for updating a room.
| Name | Type | Description | Notes |
|---|---|---|---|
| title | String | The room title. | [optional] |
| quota | Long | The room quota. | [optional] |
| indexing | Boolean | Specifies whether to create a third-party room with indexing. | [optional] |
| denyDownload | Boolean | Specifies whether to deny downloads from the third-party room. | [optional] |
| lifetime | RoomDataLifetimeDto | [optional] | |
| watermark | WatermarkRequestDto | [optional] | |
| logo | LogoRequest | [optional] | |
| tags | List<String> | The list of tags. | [optional] |
| color | String | The room color. | [optional] |
| cover | String | The room cover. | [optional] |
| chatSettings | ChatSettings | [optional] |