public sealed class DeleteRegionOperationRequest : IMessage<DeleteRegionOperationRequest>, IEquatable<DeleteRegionOperationRequest>, IDeepCloneable<DeleteRegionOperationRequest>, IBufferMessage, IMessage
A request message for RegionOperations.Delete. See the method description for details.
[[["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 webpage details the `DeleteRegionOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting the deletion of a region operation."],["The latest version of this resource is 3.6.0, with a history of versions dating back to 1.0.0."],["The `DeleteRegionOperationRequest` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties for specifying the `Operation`, `Project`, and `Region` related to the request."],["The class provides two constructors: a default constructor and a constructor that accepts another `DeleteRegionOperationRequest` instance for cloning."]]],[]]