tba-openapi-rust 3.8.2

# Overview Information and statistics about FIRST Robotics Competition teams and events. # Authentication All endpoints require an Auth Key to be passed in the header `X-TBA-Auth-Key`. If you do not have an auth key yet, you can obtain one from your [Account Page](/account).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# TeamEventStatus

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**qual** | Option<[**crate::models::TeamEventStatusRank**]Team_Event_Status_rank.md> |  | [optional]
**alliance** | Option<[**crate::models::TeamEventStatusAlliance**]Team_Event_Status_alliance.md> |  | [optional]
**playoff** | Option<[**crate::models::TeamEventStatusPlayoff**]Team_Event_Status_playoff.md> |  | [optional]
**alliance_status_str** | Option<**String**> | An HTML formatted string suitable for display to the user containing the team's alliance pick status. | [optional]
**playoff_status_str** | Option<**String**> | An HTML formatter string suitable for display to the user containing the team's playoff status. | [optional]
**overall_status_str** | Option<**String**> | An HTML formatted string suitable for display to the user containing the team's overall status summary of the event. | [optional]
**next_match_key** | Option<**String**> | TBA match key for the next match the team is scheduled to play in at this event, or null. | [optional]
**last_match_key** | Option<**String**> | TBA match key for the last match the team played in at this event, or null. | [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)