pub async fn get_team_simple(
configuration: &Configuration,
team_key: &str,
if_none_match: Option<&str>,
) -> Result<TeamSimple, Error<GetTeamSimpleError>>Expand description
Gets a Team_Simple object for the team referenced by the given key.