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

BulkListAdGroupAssignedTargetingOptionsResponse

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

§Properties

§
adGroupAssignedTargetingOptions?: AdGroupAssignedTargetingOption[]
[src]

The list of wrapper objects, each providing an assigned targeting option and the ad group it is assigned to. 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 call to BulkListAdGroupAssignedTargetingOptions to fetch the next page of results. This token will be absent if there are no more AdGroupAssignedTargetingOption resources to return.