Class BatchCreatePrintersResponse
Response for adding new 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 BatchCreatePrintersResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Failures
A list of create failures. Printer IDs are not populated, as printer were not created.
Declaration
[JsonProperty("failures")]
public virtual IList<FailureInfo> Failures { get; set; }
Property Value
Type | Description |
---|---|
IList<FailureInfo> |
Printers
A list of successfully created printers with their IDs populated.
Declaration
[JsonProperty("printers")]
public virtual IList<Printer> Printers { get; set; }
Property Value
Type | Description |
---|---|
IList<Printer> |