public sealed class ProductSetPurgeConfig : IMessage<ProductSetPurgeConfig>, IEquatable<ProductSetPurgeConfig>, IDeepCloneable<ProductSetPurgeConfig>, IBufferMessage, IMessage
Config to control which ProductSet contains the Products to be deleted.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `ProductSetPurgeConfig` class, which is used to specify which `ProductSet` contains the products that are to be deleted within the Google Cloud Vision API."],["The latest version of `ProductSetPurgeConfig` is 3.7.0, and the page also lists previous versions ranging back to 2.3.0 for users who are not on the newest version."],["`ProductSetPurgeConfig` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors, one default and one that takes another `ProductSetPurgeConfig` instance, allowing for the creation of new objects or cloning existing objects."],["It includes a `ProductSetId` property, a string that indicates the `ProductSet` containing the Products that are intended for deletion."]]],[]]