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

AccountsProductsListOptions

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

Additional options for Manufacturers#accountsProductsList.

interface AccountsProductsListOptions {
include?:
| "UNKNOWN"
| "ATTRIBUTES"
| "ISSUES"
| "DESTINATION_STATUSES";
pageSize?: number;
pageToken?: string;
}

§Properties

§
include?: "UNKNOWN" | "ATTRIBUTES" | "ISSUES" | "DESTINATION_STATUSES"
[src]

The information to be included in the response. Only sections listed here will be returned.

§
pageSize?: number
[src]

Maximum number of product statuses to return in the response, used for paging.

§
pageToken?: string
[src]

The token returned by the previous request.