Table of Contents

Class BatchDeletePrintersResponse

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

Response for deleting existing printers in batch.

public class BatchDeletePrintersResponse : IDirectResponseSchema
Inheritance
BatchDeletePrintersResponse
Implements
IDirectResponseSchema
Inherited Members

Constructors

BatchDeletePrintersResponse()

public BatchDeletePrintersResponse()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

FailedPrinters

A list of update failures.

public virtual IList<FailureInfo> FailedPrinters { get; set; }

Property Value

IList<FailureInfo>

PrinterIds

A list of Printer.id that were successfully deleted.

public virtual IList<string> PrinterIds { get; set; }

Property Value

IList<string>