Function create_postgres_trigger

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