public sealed class DeleteProductRequest : IMessage<DeleteProductRequest>, IEquatable<DeleteProductRequest>, IDeepCloneable<DeleteProductRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class DeleteProductRequest.
[[["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 in the Google Cloud Vision v1 API is used to construct requests for the `DeleteProduct` method, enabling the deletion of a product."],["This class is part of version 3.5.0 of the Google.Cloud.Vision.V1 library, with the latest version of this class being 3.7.0 and versions going back as far as 2.3.0."],["`DeleteProductRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting base members from the object class, and its reference documentation is available in the dotnet format."],["The class includes two constructors: a default constructor `DeleteProductRequest()` and an `other` constructor `DeleteProductRequest(DeleteProductRequest other)` that accepts another `DeleteProductRequest` object as a parameter."],["The class requires a product name to be specified in order for the deletion to take place, accessible via the `Name` property of type string and `ProductName` of type ProductName, which represents the resource name of the product to delete."]]],[]]