Class GlobalOrganizationOperationsResource.DeleteRequest
Deletes the specified Operations resource.
Inheritance
GlobalOrganizationOperationsResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class GlobalOrganizationOperationsResource.DeleteRequest : ComputeBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string operation)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | operation |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Operation
Name of the Operations resource to delete, or its unique numeric identifier.
Declaration
[RequestParameter("operation", RequestParameterType.Path)]
public virtual string Operation { get; }
Property Value
Type | Description |
---|---|
string |
ParentId
Parent ID for this request.
Declaration
[RequestParameter("parentId", RequestParameterType.Query)]
public virtual string ParentId { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()