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

PurgeProductsRequest

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

Request message for the PurgeProducts method.

interface PurgeProductsRequest {
deleteOrphanProducts?: boolean;
force?: boolean;
productSetPurgeConfig?: ProductSetPurgeConfig;
}

§Properties

§
deleteOrphanProducts?: boolean
[src]

If delete_orphan_products is true, all Products that are not in any ProductSet will be deleted.

§
force?: boolean
[src]

The default value is false. Override this value to true to actually perform the purge.

§
productSetPurgeConfig?: ProductSetPurgeConfig
[src]

Specify which ProductSet contains the Products to be deleted.