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."],[[["The `DeleteProductSetRequest` class is a request message used for the `DeleteProductSet` method in the Google Cloud Vision API, specifically within version 2.3.0 of the .NET library."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like comparison, deep cloning, and message handling."],["It contains two constructors, one default and one that accepts another `DeleteProductSetRequest` object as a parameter for creating a copy."],["The class includes two properties, `Name` (a string representing the resource name of the ProductSet to be deleted) and `ProductSetName` (a typed view of the `Name` property)."],["There are other versions of this class available, with the latest version being 3.7.0."]]],[]]