| Name | Type | Description | Notes |
|---|---|---|---|
| id | Option<i32> | Challenge ID | [optional] |
| title | String | Challenge title | |
| category | Option<models::ChallengeCategory> | Challenge category | [optional] |
| r#type | Option<models::ChallengeType> | Challenge type | [optional] |
| is_enabled | Option<bool> | Is the challenge enabled | [optional] |
| count | Option<i32> | Number of team traffic captured by the challenge | [optional] |