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 latest version of the `DeleteRegionOperationRequest` is 3.6.0, part of the Google.Cloud.Compute.V1 namespace, with many older versions available as well."],["The `DeleteRegionOperationRequest` class is a request message used for deleting regional operations, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteRegionOperationRequest` class has two constructors: a default constructor and one that accepts another `DeleteRegionOperationRequest` object as a parameter for copying."],["This class includes properties such as `Operation`, `Project`, and `Region`, all of type String, used to specify the operation, project ID, and region for the deletion request, respectively."],["The `DeleteRegionOperationRequest` class comes from the Google.Cloud.Compute.V1 assembly and provides methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, inherited from the base `Object` class."]]],[]]