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."],[[["The latest version of `DeleteGlobalOrganizationOperationRequest` is 3.6.0, part of the Google.Cloud.Compute.V1 namespace, with links available for various older versions."],["This class represents a request message for deleting a Global Organization Operation within the Google Cloud Compute API."],["It inherits from Object and implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and offers several inherited members from the Object class."],["The class includes properties such as `HasParentId`, `Operation`, and `ParentId`, which are used to manage the request's data and parent information."],["It is defined in the `Google.Cloud.Compute.V1.dll` assembly and provides two constructors for creating new instances, either empty or from an existing `DeleteGlobalOrganizationOperationRequest` object."]]],[]]