| Name | Type | Description | Notes |
|---|---|---|---|
| id | Option<i32> | Game ID | [optional] |
| title | String | Game title | |
| hidden | Option<bool> | Is hidden | [optional] |
| summary | Option<String> | Game summary | [optional] |
| content | Option<String> | Game detailed description | [optional] |
| accept_without_review | Option<bool> | Accept teams without review | [optional] |
| writeup_required | Option<bool> | Is writeup required | [optional] |
| invite_code | Option<String> | Game invitation code | [optional] |
| team_member_count_limit | Option<i32> | Team member count limit, 0 means no limit | [optional] |
| container_count_limit | Option<i32> | Container count limit per team | [optional] |
| poster | Option<String> | Game poster URL | [optional] |
| public_key | Option<String> | Game public key | [optional] |
| practice_mode | Option<bool> | Is the game in practice mode (accessible even after the game ends) | [optional] |
| start | i32 | Start time | |
| end | i32 | End time | |
| writeup_deadline | Option<i32> | Writeup submission deadline | [optional] |
| writeup_note | Option<String> | Writeup additional notes | [optional] |
| blood_bonus | Option<i64> | Blood bonus points | [optional] |