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

LocationList

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

A list of locations used for targeting.

interface LocationList {
advertiserId?: bigint;
displayName?: string;
readonly locationListId?: bigint;
locationType?: "TARGETING_LOCATION_TYPE_UNSPECIFIED" | "TARGETING_LOCATION_TYPE_PROXIMITY" | "TARGETING_LOCATION_TYPE_REGIONAL";
readonly name?: string;
}

§Properties

§
advertiserId?: bigint
[src]

Required. Immutable. The unique ID of the advertiser the location list belongs to.

§
displayName?: string
[src]

Required. The display name of the location list. Must be UTF-8 encoded with a maximum size of 240 bytes.

§
readonly locationListId?: bigint
[src]

Output only. The unique ID of the location list. Assigned by the system.

§
locationType?: "TARGETING_LOCATION_TYPE_UNSPECIFIED" | "TARGETING_LOCATION_TYPE_PROXIMITY" | "TARGETING_LOCATION_TYPE_REGIONAL"
[src]

Required. Immutable. The type of location. All locations in the list will share this type.

§
readonly name?: string
[src]

Output only. The resource name of the location list.