pub async fn get_users_has_perm(
configuration: &Configuration,
identifier: &str,
repo_ref: &str,
perm: Permission,
) -> Result<bool, Error<GetUsersHasPermError>>pub async fn get_users_has_perm(
configuration: &Configuration,
identifier: &str,
repo_ref: &str,
perm: Permission,
) -> Result<bool, Error<GetUsersHasPermError>>