Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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[];
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.

§

Details on the local legal regulation legal removal.

§
restrictedUris?: string[]
[src]

The urls restricted due to the legal removal.