public sealed class DeleteRegionOperationRequest : IMessage<DeleteRegionOperationRequest>, IEquatable<DeleteRegionOperationRequest>, IDeepCloneable<DeleteRegionOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class DeleteRegionOperationRequest.
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-24 UTC."],[[["The `DeleteRegionOperationRequest` class is used for requesting the deletion of a regional operation in the Compute Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for a wide range of functionalities."],["It has constructors for creating new instances, either blank or from existing instances of `DeleteRegionOperationRequest`."],["The class contains properties such as `Operation`, `Project`, and `Region`, which are used to specify the operation and location for the delete request."],["Version 3.6.0 is the latest version of the API, and previous versions from 3.5.0 to 1.0.0 are also documented and accessible on the webpage."]]],[]]