public sealed class DeleteGlobalOrganizationOperationRequest : IMessage<DeleteGlobalOrganizationOperationRequest>, IEquatable<DeleteGlobalOrganizationOperationRequest>, IDeepCloneable<DeleteGlobalOrganizationOperationRequest>, IBufferMessage, IMessage
A request message for GlobalOrganizationOperations.Delete. See the method description for details.
Implements
IMessage<DeleteGlobalOrganizationOperationRequest>, IEquatable<DeleteGlobalOrganizationOperationRequest>, IDeepCloneable<DeleteGlobalOrganizationOperationRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
Boolean |
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 |