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."],[[["This webpage provides reference documentation for the `DeleteGlobalOrganizationOperationRequest` class within the Google Cloud Compute Engine v1 API."],["The `DeleteGlobalOrganizationOperationRequest` class is used to send a request message for deleting a global organization operation and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of the API is 3.6.0, with numerous prior versions listed, from 3.5.0 back to 1.0.0."],["Key properties of the `DeleteGlobalOrganizationOperationRequest` class include `Operation` (the name of the operation to delete), `ParentId` (the parent ID for the request), and `HasParentId` (a boolean indicating if `ParentId` is set)."],["The page outlines the constructor information, including how to create a `DeleteGlobalOrganizationOperationRequest` instance using the default constructor or by cloning another `DeleteGlobalOrganizationOperationRequest` instance."]]],[]]