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

CarrierAndIspTargetingOptionDetails

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

Represents a targetable carrier or ISP. This will be populated in the carrier_and_isp_details field of a TargetingOption when targeting_type is TARGETING_TYPE_CARRIER_AND_ISP.

interface CarrierAndIspTargetingOptionDetails {
readonly displayName?: string;
readonly type?: "CARRIER_AND_ISP_TYPE_UNSPECIFIED" | "CARRIER_AND_ISP_TYPE_ISP" | "CARRIER_AND_ISP_TYPE_CARRIER";
}

§Properties

§
readonly displayName?: string
[src]

Output only. The display name of the carrier or ISP.

§
readonly type?: "CARRIER_AND_ISP_TYPE_UNSPECIFIED" | "CARRIER_AND_ISP_TYPE_ISP" | "CARRIER_AND_ISP_TYPE_CARRIER"
[src]

Output only. The type indicating if it's carrier or ISP.