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

ListTargetingOptionsResponse

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

Response message for ListTargetingOptions.

interface ListTargetingOptionsResponse {
nextPageToken?: string;
targetingOptions?: TargetingOption[];
}

§Properties

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListTargetingOptions method to retrieve the next page of results.

§
targetingOptions?: TargetingOption[]
[src]

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