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 within the `Google.Cloud.Vision.V1` namespace, used for managing the deletion of products within product sets."],["The latest version available is 3.7.0, with versions ranging down to 2.3.0 also documented on the webpage, along with their respective links."],["The `ProductSetPurgeConfig` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property, `ProductSetId`, which is a string that specifies the product set containing the products to be deleted, and if a product is in multiple sets it will still be deleted."],["The webpage provides documentation for the two constructors available for the `ProductSetPurgeConfig` class."]]],[]]