pub async fn list_schedules(
configuration: &Configuration,
workspace: &str,
page: Option<i32>,
per_page: Option<i32>,
args: Option<&str>,
path: Option<&str>,
is_flow: Option<bool>,
path_start: Option<&str>,
schedule_path: Option<&str>,
description: Option<&str>,
summary: Option<&str>,
broad_filter: Option<&str>,
label: Option<&str>,
) -> Result<Vec<Schedule>, Error<ListSchedulesError>>