Class CustomersResource.ChromeResource.PrintersResource.BatchDeletePrintersRequest
- Namespace
- Google.Apis.Admin.Directory.directory_v1
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Deletes printers in batch.
public class CustomersResource.ChromeResource.PrintersResource.BatchDeletePrintersRequest : DirectoryBaseServiceRequest<BatchDeletePrintersResponse>
- Inheritance
-
CustomersResource.ChromeResource.PrintersResource.BatchDeletePrintersRequest
- Inherited Members
Constructors
BatchDeletePrintersRequest(IClientService, BatchDeletePrintersRequest, string)
Constructs a new BatchDeletePrinters request.
public BatchDeletePrintersRequest(IClientService service, BatchDeletePrintersRequest body, string parent)
Parameters
service
IClientServicebody
BatchDeletePrintersRequestparent
string
Properties
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
Parent
Required. The name of the customer. Format: customers/{customer_id}
public virtual string Parent { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
Methods
GetBody()
Returns the body of the request.
protected override object GetBody()
Returns
InitParameters()
Initializes BatchDeletePrinters parameter list.
protected override void InitParameters()