pub async fn repos_slash_get_org_rule_suite(
configuration: &Configuration,
org: &str,
rule_suite_id: i32,
) -> Result<RuleSuite, Error<ReposSlashGetOrgRuleSuiteError>>
Expand description
Gets information about a suite of rule evaluations from within an organization. For more information, see "Managing rulesets for repositories in your organization."