pub async fn list_gcp_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<GcpTrigger>, Error<ListGcpTriggersError>>