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>,
) -> Result<Vec<Schedule>, Error<ListSchedulesError>>