Class BatchCreatePrintersResponse
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Response for adding new printers in batch.
public class BatchCreatePrintersResponse : IDirectResponseSchema
- Inheritance
-
BatchCreatePrintersResponse
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
BatchCreatePrintersResponse()
public BatchCreatePrintersResponse()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Failures
A list of create failures. Printer IDs are not populated, as printer were not created.
public virtual IList<FailureInfo> Failures { get; set; }
Property Value
Printers
A list of successfully created printers with their IDs populated.
public virtual IList<Printer> Printers { get; set; }