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

ProximityLocationListAssignedTargetingOptionDetails

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

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

interface ProximityLocationListAssignedTargetingOptionDetails {
proximityLocationListId?: bigint;
proximityRadius?: number;
proximityRadiusUnit?: "PROXIMITY_RADIUS_UNIT_UNSPECIFIED" | "PROXIMITY_RADIUS_UNIT_MILES" | "PROXIMITY_RADIUS_UNIT_KILOMETERS";
}

§Properties

§
proximityLocationListId?: bigint
[src]

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

§
proximityRadius?: number
[src]

Required. Radius expressed in the distance units set in proximity_radius_unit. This represents the size of the area around a chosen location that will be targeted. Radius should be between 1 and 500 miles or 800 kilometers.

§
proximityRadiusUnit?: "PROXIMITY_RADIUS_UNIT_UNSPECIFIED" | "PROXIMITY_RADIUS_UNIT_MILES" | "PROXIMITY_RADIUS_UNIT_KILOMETERS"
[src]

Required. Radius distance units.