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."],[[["The `DeleteRegionOperationRequest` class is a request message used for deleting a regional operation in Google Cloud Compute."],["This class is part of the `Google.Cloud.Compute.V1` namespace, with version 3.6.0 being the latest release, and includes multiple prior versions as well."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is designed for efficient message handling and cloning."],["The `DeleteRegionOperationRequest` class has constructors to create new instances, either default or by copying an existing instance, and has properties for `Operation`, `Project`, and `Region` as string types."],["It inherits from `Object` and overrides basic functions such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]