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

AssignedLocation

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

An assignment between a location list and a relevant targeting option.

interface AssignedLocation {
readonly assignedLocationId?: bigint;
readonly name?: string;
targetingOptionId?: string;
}

§Properties

§
readonly assignedLocationId?: bigint
[src]

Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.

§
readonly name?: string
[src]

Output only. The resource name of the assigned location.

§
targetingOptionId?: string
[src]

Required. The ID of the targeting option assigned to the location list.