pub async fn list_postgres_triggers(
configuration: &Configuration,
workspace: &str,
page: Option<i32>,
per_page: Option<i32>,
path: Option<&str>,
is_flow: Option<bool>,
path_start: Option<&str>,
) -> Result<Vec<PostgresTrigger>, Error<ListPostgresTriggersError>>