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

AccountsProductsGetOptions

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

Additional options for Manufacturers#accountsProductsGet.

interface AccountsProductsGetOptions {
include?:
| "UNKNOWN"
| "ATTRIBUTES"
| "ISSUES"
| "DESTINATION_STATUSES";
}

§Properties

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

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