pub async fn get_event_teams_keys(
configuration: &Configuration,
event_key: &str,
if_none_match: Option<&str>,
) -> Result<Vec<String>, Error<GetEventTeamsKeysError>>
Expand description
Gets a list of Team
keys that competed in the given event.