Compute Engine v1 API - Class DeleteGlobalOrganizationOperationRequest (2.13.0)

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.

Inheritance

object > DeleteGlobalOrganizationOperationRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

DeleteGlobalOrganizationOperationRequest()

public DeleteGlobalOrganizationOperationRequest()

DeleteGlobalOrganizationOperationRequest(DeleteGlobalOrganizationOperationRequest)

public DeleteGlobalOrganizationOperationRequest(DeleteGlobalOrganizationOperationRequest other)
Parameter
NameDescription
otherDeleteGlobalOrganizationOperationRequest

Properties

HasParentId

public bool HasParentId { get; }

Gets whether the "parent_id" field is set

Property Value
TypeDescription
bool

Operation

public string Operation { get; set; }

Name of the Operations resource to delete.

Property Value
TypeDescription
string

ParentId

public string ParentId { get; set; }

Parent ID for this request.

Property Value
TypeDescription
string