public sealed class DeleteGlobalOrganizationOperationRequest : IMessage<DeleteGlobalOrganizationOperationRequest>, IEquatable<DeleteGlobalOrganizationOperationRequest>, IDeepCloneable<DeleteGlobalOrganizationOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class DeleteGlobalOrganizationOperationRequest.
A request message for GlobalOrganizationOperations.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 document provides reference documentation for the `DeleteGlobalOrganizationOperationRequest` class within the Google Compute Engine v1 API."],["The latest version of this class is `3.6.0`, and the page details version `2.6.0` along with various other previous versions dating back to `1.0.0`, all of which are available via links provided."],["The `DeleteGlobalOrganizationOperationRequest` class is used for requests to delete global organization operations, as indicated by the method description, and it inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `Operation`, to name the operations resource to delete, `ParentId` for the parent request ID and `HasParentId` to check if the parent ID field has been set."],["There are two constructors for this class, the first, `DeleteGlobalOrganizationOperationRequest()`, is for creating a new, default instance, while the second, `DeleteGlobalOrganizationOperationRequest(DeleteGlobalOrganizationOperationRequest other)` is for creating a copy from another `DeleteGlobalOrganizationOperationRequest` object."]]],[]]