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

ListCreativesResponse

import type { ListCreativesResponse } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

A response for listing creatives.

interface ListCreativesResponse {
creatives?: Creative[];
nextPageToken?: string;
}

§Properties

§
creatives?: Creative[]
[src]

The list of creatives.

§
nextPageToken?: string
[src]

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