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.
Implements
IMessageDeleteGlobalOrganizationOperationRequest, IEquatableDeleteGlobalOrganizationOperationRequest, IDeepCloneableDeleteGlobalOrganizationOperationRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
DeleteGlobalOrganizationOperationRequest()
public DeleteGlobalOrganizationOperationRequest()
DeleteGlobalOrganizationOperationRequest(DeleteGlobalOrganizationOperationRequest)
public DeleteGlobalOrganizationOperationRequest(DeleteGlobalOrganizationOperationRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteGlobalOrganizationOperationRequest |
Properties
HasParentId
public bool HasParentId { get; }
Gets whether the "parent_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
Operation
public string Operation { get; set; }
Name of the Operations resource to delete.
Property Value | |
---|---|
Type | Description |
string |
ParentId
public string ParentId { get; set; }
Parent ID for this request.
Property Value | |
---|---|
Type | Description |
string |