public sealed class DeleteOperationRequest : IMessage<DeleteOperationRequest>, IEquatable<DeleteOperationRequest>, IDeepCloneable<DeleteOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.LongRunning class DeleteOperationRequest.
The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
[[["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-06-12 UTC."],[[["This page provides documentation for the `DeleteOperationRequest` class within the `Google.LongRunning` namespace, specifically version 3.1.0."],["`DeleteOperationRequest` is a request message for deleting operations, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and includes properties like `Name`, which represents the name of the operation resource to be deleted."],["It also includes two constructors: a default constructor `DeleteOperationRequest()` and a copy constructor `DeleteOperationRequest(DeleteOperationRequest other)`."],["The documentation covers version 3.1.0 of the API but it also provides links to other versions of the API from 2.2.0 to 3.3.0."]]],[]]