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