Function get_teams_keys

Source
pub async fn get_teams_keys(
    configuration: &Configuration,
    page_num: i32,
    if_none_match: Option<&str>,
) -> Result<Vec<String>, Error<GetTeamsKeysError>>
Expand description

Gets a list of Team keys, paginated in groups of 500. (Note, each page will not have 500 teams, but will include the teams within that range of 500.)