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."],[[["The `DeleteProductRequest` class is used to send a request to delete a product via the `DeleteProduct` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to manage data and handle product deletion requests."],["The `DeleteProductRequest` class contains properties like `Name` (a string) and `ProductName`, which hold the details needed for the product deletion operation, such as the resource name and a typed view of the product name."],["The latest version available is 3.7.0, with versions ranging from 2.3.0 to 3.7.0 available."],["It inherits from `Object` and supports getting a hash code, type information, member cloning, and string representation."]]],[]]