public sealed class DeleteGlobalOrganizationOperationRequest : IMessage<DeleteGlobalOrganizationOperationRequest>, IEquatable<DeleteGlobalOrganizationOperationRequest>, IDeepCloneable<DeleteGlobalOrganizationOperationRequest>, IBufferMessage, IMessage
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 details the `DeleteGlobalOrganizationOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, presenting a comprehensive list of its versions, with version 3.6.0 being the latest."],["The `DeleteGlobalOrganizationOperationRequest` class is used to create a request message for the GlobalOrganizationOperations.Delete method, as indicated by its description."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities beyond its core functionality."],["The class includes a constructor and properties like `Operation`, `ParentId`, and `HasParentId`, allowing for the configuration of operation deletion requests."],["The provided content details the implementations, constructors, and properties of this class, and mentions the inherited members from the base `Object` class, providing a full overview of its capabilities."]]],[]]