ChannelAssignedTargetingOptionDetails
import type { ChannelAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.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.