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 for deleting regional operations in the Google Cloud Compute V1 API, with the latest version being 3.6.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Compute.V1` namespace."],["The `DeleteRegionOperationRequest` class includes constructors for creating new instances and accepting other instances as input."],["Key properties of `DeleteRegionOperationRequest` include `Operation`, `Project`, and `Region`, which are string values representing the operation name, project ID, and region name respectively, and the first one is the name of the resource to delete."],["The document provides links to previous versions of the `DeleteRegionOperationRequest` class, spanning from version 1.0.0 to the current version 3.6.0."]]],[]]