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

AdPolicyCriterionRestriction

import type { AdPolicyCriterionRestriction } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";

Represents a country restriction.

interface AdPolicyCriterionRestriction {
countryCriterionId?: bigint;
countryLabel?: string;
}

§Properties

§
countryCriterionId?: bigint
[src]

The country criterion id.

§
countryLabel?: string
[src]

Localized name for the country. May be empty.