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."],[[["This document provides reference documentation for the `DeleteRegionOperationRequest` class within the Compute Engine v1 API for .NET."],["The `DeleteRegionOperationRequest` class is used to construct a request to delete a RegionOperations resource and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines various versions of the API, with version 3.6.0 being the most recent, and versions ranging from 1.0.0 up to 3.6.0 are listed."],["The class has three main properties: `Operation`, `Project`, and `Region`, which are used to specify the details of the deletion operation."],["The document details the constructors for creating instances of `DeleteRegionOperationRequest`, including a default constructor and a constructor that takes another `DeleteRegionOperationRequest` object."]]],[]]