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

ProductSetPurgeConfig

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

Config to control which ProductSet contains the Products to be deleted.

interface ProductSetPurgeConfig {
productSetId?: string;
}

§Properties

§
productSetId?: string
[src]

The ProductSet that contains the Products to delete. If a Product is a member of product_set_id in addition to other ProductSets, the Product will still be deleted.