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-31 UTC."],[[["The document provides reference information for the `DeleteGlobalOrganizationOperationRequest` class within the Google Cloud Compute Engine v1 API."],["Version 3.6.0 is the latest version available, and the documentation also lists previous versions dating back to 1.0.0, offering version history."],["The `DeleteGlobalOrganizationOperationRequest` class is used to request the deletion of a global organization operation, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this class include `Operation` (the name or ID of the operation to delete) and `ParentId` (the parent ID for the request)."],["This class is in the `Google.Cloud.Compute.V1` namespace, and the document lists its constructors, inherited members, and implemented interfaces."]]],[]]