Class BatchDeletePrintersResponse
Response 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 BatchDeletePrintersResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailedPrinters
A list of update failures.
Declaration
[JsonProperty("failedPrinters")]
public virtual IList<FailureInfo> FailedPrinters { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<FailureInfo> |
PrinterIds
A list of Printer.id that were successfully deleted.
Declaration
[JsonProperty("printerIds")]
public virtual IList<string> PrinterIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |