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

ListPretargetingConfigsResponse

import type { ListPretargetingConfigsResponse } from "https://googleapis.deno.dev/v1/realtimebidding:v1.ts";

A response containing pretargeting configurations.

interface ListPretargetingConfigsResponse {
nextPageToken?: string;
pretargetingConfigs?: PretargetingConfig[];
}

§Properties

§
nextPageToken?: string
[src]

A token which can be passed to a subsequent call to the ListPretargetingConfigs method to retrieve the next page of results in ListPretargetingConfigsRequest.pageToken.

§
pretargetingConfigs?: PretargetingConfig[]
[src]

List of pretargeting configurations.