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-03-21 UTC."],[[["The latest version of the `DeleteOperationRequest` class is 3.3.0, found within the `Google.LongRunning` namespace."],["`DeleteOperationRequest` is a request message used for deleting operations, specifically in `Operations.DeleteOperation`."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `DeleteOperationRequest()` and an overload `DeleteOperationRequest(DeleteOperationRequest other)` that takes another `DeleteOperationRequest` as a parameter."],["A key property of this class is `Name`, which is a string that specifies the operation resource name to be deleted."]]],[]]