public sealed class DeleteProcessorVersionRequest : IMessage<DeleteProcessorVersionRequest>, IEquatable<DeleteProcessorVersionRequest>, IDeepCloneable<DeleteProcessorVersionRequest>, IBufferMessage, IMessage
Request message for the delete processor version method.
[[["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-03-21 UTC."],[[["This page details the `DeleteProcessorVersionRequest` class within the `Google.Cloud.DocumentAI.V1` namespace, used to request the deletion of a processor version."],["The latest version available for this resource is 3.19.0, and the page offers documentation for versions ranging from 1.0.0 to 3.19.0."],["The `DeleteProcessorVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling and cloning."],["Key properties of this class include `Name`, which specifies the resource name of the processor version to delete, and `ProcessorVersionName`, which provides a typed view over the name property."],["The class contains two constructors, one default and one to allow for duplication of another instance of the class."]]],[]]