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

RegionalLocationListAssignedTargetingOptionDetails

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

Targeting details for regional location list. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_REGIONAL_LOCATION_LIST.

interface RegionalLocationListAssignedTargetingOptionDetails {
negative?: boolean;
regionalLocationListId?: bigint;
}

§Properties

§
negative?: boolean
[src]

Indicates if this option is being negatively targeted.

§
regionalLocationListId?: bigint
[src]

Required. ID of the regional location list. Should refer to the location_list_id field of a LocationList resource whose type is TARGETING_LOCATION_TYPE_REGIONAL.