Class BatchDeletePrintServersResponse
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class BatchDeletePrintServersResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailedPrintServers
A list of update failures.
Declaration
[JsonProperty("failedPrintServers")]
public virtual IList<PrintServerFailureInfo> FailedPrintServers { get; set; }
Property Value
Type | Description |
---|---|
IList<PrintServerFailureInfo> |
PrintServerIds
A list of print server IDs that were successfully deleted.
Declaration
[JsonProperty("printServerIds")]
public virtual IList<string> PrintServerIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |