pub async fn create_postgres_trigger(
configuration: &Configuration,
workspace: &str,
new_postgres_trigger: NewPostgresTrigger,
) -> Result<String, Error<CreatePostgresTriggerError>>
pub async fn create_postgres_trigger(
configuration: &Configuration,
workspace: &str,
new_postgres_trigger: NewPostgresTrigger,
) -> Result<String, Error<CreatePostgresTriggerError>>