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-21 UTC."],[[["The latest version of the `DeleteRegionOperationRequest` is 3.6.0, with the page providing access to versions ranging from 1.0.0 to 3.6.0."],["The `DeleteRegionOperationRequest` class is part of the Compute Engine v1 API and is used for managing operations related to deleting regions."],["This class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteRegionOperationRequest` class includes properties like `Operation`, `Project`, and `Region`, which are strings and are necessary for specifying the operation to be deleted and the region and project it belongs to."],["The primary functionality of `DeleteRegionOperationRequest` revolves around the `RegionOperations.Delete` method, according to its description."]]],[]]