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

ChannelAssignedTargetingOptionDetails

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

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

interface ChannelAssignedTargetingOptionDetails {
channelId?: bigint;
negative?: boolean;
}

§Properties

§
channelId?: bigint
[src]

Required. ID of the channel. Should refer to the channel ID field on a Partner-owned channel or advertiser-owned channel resource.

§
negative?: boolean
[src]

Indicates if this option is being negatively targeted. For advertiser level assigned targeting option, this field must be true.