Class BatchCreatePrintServersRequest
Request to add multiple new 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 BatchCreatePrintServersRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Requests
Required. A list of PrintServer
resources to be created (max 50
per batch).
Declaration
[JsonProperty("requests")]
public virtual IList<CreatePrintServerRequest> Requests { get; set; }
Property Value
Type | Description |
---|---|
IList<CreatePrintServerRequest> |