SearchTargetingOptionsResponse
import type { SearchTargetingOptionsResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Response message for SearchTargetingOptions.
interface SearchTargetingOptionsResponse {
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 SearchTargetingOptions
method
to retrieve the next page of results.
§
targetingOptions?: TargetingOption[]
[src]The list of targeting options that match the search criteria. This list will be absent if empty.