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, which is used to send a request to delete a ProductSet in the Google Cloud Vision API."],["The `DeleteProductSetRequest` class is available in the `Google.Cloud.Vision.V1` namespace and has several versions, with the latest being version 3.7.0, and the version displayed being 2.5.0."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless one and one that takes another `DeleteProductSetRequest` instance as parameter, allowing copying of an existing request."],["It contains two main properties, `Name`, a string, and `ProductSetName`, a typed view of the resource name property, both of which allow for setting and retrieving the name of the ProductSet to be deleted."]]],[]]