Name | Type | Description | Notes |
---|---|---|---|
points | ::std::collections::HashMap<String, crate::models::EventDistrictPointsPointsValue> | Points gained for each team at the event. Stored as a key-value pair with the team key as the key, and an object describing the points as its value. | |
tiebreakers | Option<::std::collections::HashMap<String, crate::models::EventDistrictPointsTiebreakersValue>> | Tiebreaker values for each team at the event. Stored as a key-value pair with the team key as the key, and an object describing the tiebreaker elements as its value. | [optional] |