AdPolicyTopicEvidenceDestinationTextList
import type { AdPolicyTopicEvidenceDestinationTextList } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";A list of destination text that violated the policy.
interface AdPolicyTopicEvidenceDestinationTextList {
destinationTexts?: string[];
}