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 provides documentation for the `DeleteProductRequest` class within the Google Cloud Vision V1 library for .NET, specifically version 2.3.0."],["`DeleteProductRequest` is a class used to construct request messages for the `DeleteProduct` method, enabling the deletion of a product."],["The `DeleteProductRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for data handling and object comparison."],["It contains two properties, `Name` (string) and `ProductName` (ProductName), with the `Name` property being a required field representing the resource name of the product to be deleted, formatted as `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`."],["The page also lists previous versions of the documentation for the `DeleteProductRequest`, from version 2.3.0 up to the latest version, 3.7.0."]]],[]]