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

BusinessChainAssignedTargetingOptionDetails

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

Details for assigned Business chain targeting option. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_BUSINESS_CHAIN.

interface BusinessChainAssignedTargetingOptionDetails {
readonly displayName?: string;
proximityRadiusAmount?: number;
proximityRadiusUnit?: "DISTANCE_UNIT_UNSPECIFIED" | "DISTANCE_UNIT_MILES" | "DISTANCE_UNIT_KILOMETERS";
targetingOptionId?: string;
}

§Properties

§
readonly displayName?: string
[src]

Output only. The display name of a business chain, e.g. "KFC", "Chase Bank".

§
proximityRadiusAmount?: number
[src]

Required. The radius of the area around the business chain that will be targeted. The units of the radius are specified by proximity_radius_unit. Must be 1 to 800 if unit is DISTANCE_UNIT_KILOMETERS and 1 to 500 if unit is DISTANCE_UNIT_MILES. The minimum increment for both cases is 0.1. Inputs will be rounded to the nearest acceptable value if it is too granular, e.g. 15.57 will become 15.6.

§
proximityRadiusUnit?: "DISTANCE_UNIT_UNSPECIFIED" | "DISTANCE_UNIT_MILES" | "DISTANCE_UNIT_KILOMETERS"
[src]

Required. The unit of distance by which the targeting radius is measured.

§
targetingOptionId?: string
[src]

Required. The targeting_option_id of a TargetingOption of type TARGETING_TYPE_BUSINESS_CHAIN. Accepted business chain targeting option IDs can be retrieved using SearchTargetingOptions.