Table of Contents

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 IClientService
body BatchDeletePrintersRequest
parent string

Properties

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

Parent

Required. The name of the customer. Format: customers/{customer_id}

public virtual string Parent { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Methods

GetBody()

Returns the body of the request.

protected override object GetBody()

Returns

object

InitParameters()

Initializes BatchDeletePrinters parameter list.

protected override void InitParameters()