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 `DeleteGlobalOrganizationOperationRequest` class is a request message for deleting operations in Google Cloud Compute V1, with version 3.6.0 being the latest and 1.0.0 being the earliest available in the list."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class contains properties like `HasParentId`, `Operation`, and `ParentId`, allowing users to check if parent_id is set, the name of the operation to delete, and the Parent ID for the request, respectively."],["There are two constructors for creating a `DeleteGlobalOrganizationOperationRequest` object: one default and one allowing for cloning from another instance of the same class."],["The class can be found within the `Google.Cloud.Compute.V1` namespace, and it is contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]