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

BulkListInsertionOrderAssignedTargetingOptionsResponse

import type { BulkListInsertionOrderAssignedTargetingOptionsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";
interface BulkListInsertionOrderAssignedTargetingOptionsResponse {
assignedTargetingOptions?: AssignedTargetingOption[];
nextPageToken?: string;
}

§Properties

§
assignedTargetingOptions?: AssignedTargetingOption[]
[src]

The list of assigned targeting options. This list will be absent if empty.

§
nextPageToken?: string
[src]

A token identifying the next page of results. This value should be specified as the pageToken in a subsequent BulkListInsertionOrderAssignedTargetingOptionsRequest to fetch the next page of results. This token will be absent if there are no more assigned_targeting_options to return.