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 the content provided showing versions ranging from 2.3.0 to 3.7.0."],["`DeleteProductSetRequest` is a request message for the `DeleteProductSet` method, used within the `Google.Cloud.Vision.V1` namespace."],["The class `DeleteProductSetRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides extended functionality."],["The `DeleteProductSetRequest` has two constructors: a default constructor and one that takes another `DeleteProductSetRequest` as an argument, known as a copy constructor."],["It includes two properties: `Name` (a string representing the resource name of the `ProductSet` to be deleted) and `ProductSetName`, which provides a typed view of the `Name` property."]]],[]]