AdPolicyCriterionRestriction
import type { AdPolicyCriterionRestriction } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Represents a country restriction.
interface AdPolicyCriterionRestriction {
countryCriterionId?: bigint;
countryLabel?: string;
}