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