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-09 UTC."],[[["This document provides reference information for the `DeleteProductSetRequest` class within the Google Cloud Vision v1 API, specifically for .NET developers."],["The `DeleteProductSetRequest` class is used to create request messages for the `DeleteProductSet` method, enabling the deletion of product sets."],["The document outlines various versions of the `DeleteProductSetRequest` class, ranging from version 2.3.0 up to the latest version, 3.7.0."],["The `DeleteProductSetRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties for `DeleteProductSetRequest` include `Name` (a string specifying the product set's resource name) and `ProductSetName` (a typed view over the resource name)."]]],[]]