Class BatchDeletePrintersResponse
- 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
FailedPrinters
A list of update failures.
public virtual IList<FailureInfo> FailedPrinters { get; set; }
Property Value
PrinterIds
A list of Printer.id that were successfully deleted.
public virtual IList<string> PrinterIds { get; set; }