public sealed class DeleteProductRequest : IMessage<DeleteProductRequest>, IEquatable<DeleteProductRequest>, IDeepCloneable<DeleteProductRequest>, 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 `DeleteProductRequest` class within the `Google.Cloud.Vision.V1` namespace, used for requesting the deletion of a product."],["The content covers versions ranging from 2.3.0 to the latest 3.7.0 of the API, with links to the documentation of the different versions."],["`DeleteProductRequest` is an implementation of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class includes two constructors: a default constructor `DeleteProductRequest()` and an overloaded constructor `DeleteProductRequest(DeleteProductRequest other)` that accepts another instance of `DeleteProductRequest`."],["The key properties for this class include `Name`, a string representing the resource name of the product to delete, and `ProductName`, a `ProductName`-typed view of the resource name."]]],[]]