public sealed class DeleteOperationRequest : IMessage<DeleteOperationRequest>, IEquatable<DeleteOperationRequest>, IDeepCloneable<DeleteOperationRequest>, IBufferMessage, IMessage
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 webpage provides documentation for the `DeleteOperationRequest` class within the `Google.LongRunning` namespace, specifically for version 3.0.0."],["`DeleteOperationRequest` is a sealed class used as a request message for deleting operations, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It offers two constructors, a default constructor and one that accepts another `DeleteOperationRequest` object for cloning."],["The class has one property, `Name`, which is a string representing the name of the operation resource to be deleted."]]],[]]