repos_slash_get_repo_rule_suites

Function repos_slash_get_repo_rule_suites 

Source
pub async fn repos_slash_get_repo_rule_suites(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    ref: Option<&str>,
    time_period: Option<&str>,
    actor_name: Option<&str>,
    rule_suite_result: Option<&str>,
    per_page: Option<i32>,
    page: Option<i32>,
) -> Result<Vec<RuleSuitesInner>, Error<ReposSlashGetRepoRuleSuitesError>>
Expand description

Lists suites of rule evaluations at the repository level. For more information, see "Managing rulesets for a repository."