public sealed class DeleteProductSetRequest : IMessage<DeleteProductSetRequest>, IEquatable<DeleteProductSetRequest>, IDeepCloneable<DeleteProductSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class DeleteProductSetRequest.
[[["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 document provides reference documentation for the `DeleteProductSetRequest` class within the Google Cloud Vision v1 API, specifically version 3.3.0, and the other versions are linked."],["`DeleteProductSetRequest` is used as a request message for the `DeleteProductSet` method, and it inherits from Object while implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, a default one and one that accepts another `DeleteProductSetRequest` object, used in particular for cloning purposes."],["The class includes two properties, `Name` (a string) and `ProductSetName` (of type ProductSetName), which are utilized to specify the resource name of the ProductSet to be deleted."],["This document also has links to the documentation for versions ranging from 2.3.0 to 3.7.0 (latest)."]]],[]]