pub async fn admin_cron_list( configuration: &Configuration, page: Option<i32>, limit: Option<i32>, ) -> Result<Vec<Cron>, Error<AdminCronListError>>