Class BatchDeletePrintersRequest
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Request for deleting existing printers in batch.
public class BatchDeletePrintersRequest : IDirectResponseSchema
- Inheritance
-
BatchDeletePrintersRequest
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
BatchDeletePrintersRequest()
public BatchDeletePrintersRequest()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
PrinterIds
A list of Printer.id that should be deleted. Max 100 at a time.
public virtual IList<string> PrinterIds { get; set; }