AdPolicyTopicEvidenceLegalRemoval
import type { AdPolicyTopicEvidenceLegalRemoval } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Legal related regulation enforcement, either from DMCA or local legal regulation.
interface AdPolicyTopicEvidenceLegalRemoval {
complaintType?:
| "AD_POLICY_TOPIC_EVIDENCE_LEGAL_REMOVAL_COMPLAINT_TYPE_UNKNOWN"
| "COPYRIGHT"
| "COURT_ORDER"
| "LOCAL_LEGAL";
countryRestrictions?: AdPolicyCriterionRestriction[];
localLegal?: AdPolicyTopicEvidenceLegalRemovalLocalLegal;
restrictedUris?: string[];
}§Properties
§
complaintType?: "AD_POLICY_TOPIC_EVIDENCE_LEGAL_REMOVAL_COMPLAINT_TYPE_UNKNOWN" | "COPYRIGHT" | "COURT_ORDER" | "LOCAL_LEGAL"
[src]The type of complaint causing the legal removal.
§
countryRestrictions?: AdPolicyCriterionRestriction[]
[src]The countries restricted due to the legal removal.
§
Details on the DMCA regulation legal removal.
§
localLegal?: AdPolicyTopicEvidenceLegalRemovalLocalLegal
[src]Details on the local legal regulation legal removal.