# EventDistrictPoints
## Properties
**points** | [**::std::collections::HashMap<String, crate::models::EventDistrictPointsPointsValue>**](Event_District_Points_points_value.md) | 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>**](Event_District_Points_tiebreakers_value.md)> | 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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)