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

ListProductsResponse

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

Response message for listing products visible to the buyer.

interface ListProductsResponse {
nextPageToken?: string;
products?: Product[];
}

§Properties

§
nextPageToken?: string
[src]

List pagination support.

§
products?: Product[]
[src]

The list of matching products at their head revision number.