pub async fn repos_slash_get_repo_rule_suite(
configuration: &Configuration,
owner: &str,
repo: &str,
rule_suite_id: i32,
) -> Result<RuleSuite, Error<ReposSlashGetRepoRuleSuiteError>>
Expand description
Gets information about a suite of rule evaluations from within a repository. For more information, see "Managing rulesets for a repository."