public sealed class DeleteProcessorVersionRequest : IMessage<DeleteProcessorVersionRequest>, IEquatable<DeleteProcessorVersionRequest>, IDeepCloneable<DeleteProcessorVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DeleteProcessorVersionRequest.
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 document provides reference information for the `DeleteProcessorVersionRequest` class within the Google Cloud Document AI v1 API, specifically for .NET."],["The `DeleteProcessorVersionRequest` class is used to send a request to delete a processor version, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document outlines various versions of the API, ranging from version 1.0.0 up to the latest version, 3.19.0, for the `DeleteProcessorVersionRequest` class, giving insight into the changes within the API."],["The class has two constructors, a parameterless constructor and one that takes a `DeleteProcessorVersionRequest` instance for copying, it also contains two properties, one for `Name` which is a string, and one for `ProcessorVersionName` which is of the type `ProcessorVersionName` that provides a typed view of the `Name` property."]]],[]]