LocationList
import type { LocationList } from "https://googleapis.deno.dev/v1/displayvideo:v4.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.