public sealed class UndeployProcessorVersionRequest : IMessage<UndeployProcessorVersionRequest>, IEquatable<UndeployProcessorVersionRequest>, IDeepCloneable<UndeployProcessorVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class UndeployProcessorVersionRequest.
Request message for the
[UndeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.UndeployProcessorVersion]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["The latest version of the `UndeployProcessorVersionRequest` class for the Cloud Document AI v1 API is 3.19.0."],["This class is part of the `Google.Cloud.DocumentAI.V1` namespace and is found in the `Google.Cloud.DocumentAI.V1.dll` assembly."],["The `UndeployProcessorVersionRequest` class is used to request the undeployment of a processor version, as part of the `DocumentProcessorService`."],["It inherits from the base `object` class, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["This request has properties for both `Name` (string) and `ProcessorVersionName`, where the `Name` property is required and represents the resource name of the processor version to undeploy."]]],[]]