public sealed class DeleteProductSetRequest : IMessage<DeleteProductSetRequest>, IEquatable<DeleteProductSetRequest>, IDeepCloneable<DeleteProductSetRequest>, IBufferMessage, IMessage
[[["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 `DeleteProductSetRequest` class within the `Google.Cloud.Vision.V1` namespace, specifically version 3.1.0, for .NET developers."],["The `DeleteProductSetRequest` class is used to construct requests for the `DeleteProductSet` method, enabling the deletion of product sets."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of this request class include `Name`, which is a required field specifying the resource name of the product set to be deleted, and `ProductSetName`, offering a typed view over the `Name` property."],["The latest version available is 3.7.0, and the page also lists all prior versions going back to 2.3.0, with each entry linking to version-specific documentation."]]],[]]