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