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 latest version of the `DeleteProductSetRequest` is 3.7.0, with several older versions available, including 3.6.0, 3.5.0, and down to 2.3.0."],["`DeleteProductSetRequest` is a request message used for the `DeleteProductSet` method, which is part of the `Google.Cloud.Vision.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and use within the .NET environment."],["The `DeleteProductSetRequest` class includes properties like `Name`, a string that is the resource name of the `ProductSet` to delete and `ProductSetName`, which is a typed view over the `Name` property."]]],[]]