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

QueryProductsResponse

import type { QueryProductsResponse } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";

QueryProductsResponse represents the response containing a list of products.

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

§Properties

§
nextPageToken?: string
[src]

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages

§
products?: Product[]
[src]

List of database products returned.

§
unreachable?: string[]
[src]

Unordered list. List of unreachable regions from where data could not be retrieved.