UpsertConfigurationResponse
import type { UpsertConfigurationResponse } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";Response message for UpsertConfiguration.
interface UpsertConfigurationResponse {
readonly configuration?: string;
}