Class BatchDeletePrintServersRequest
Request to delete multiple existing print servers in a batch.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class BatchDeletePrintServersRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PrintServerIds
A list of print server IDs that should be deleted (max 100
per batch).
Declaration
[JsonProperty("printServerIds")]
public virtual IList<string> PrintServerIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |