Class BatchCreatePrintServersResponse
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class BatchCreatePrintServersResponse : 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. PrintServer
IDs are not populated, as print servers were not created.
Declaration
[JsonProperty("failures")]
public virtual IList<PrintServerFailureInfo> Failures { get; set; }
Property Value
Type | Description |
---|---|
IList<PrintServerFailureInfo> |
PrintServers
A list of successfully created print servers with their IDs populated.
Declaration
[JsonProperty("printServers")]
public virtual IList<PrintServer> PrintServers { get; set; }
Property Value
Type | Description |
---|---|
IList<PrintServer> |