Table of Contents

Class BatchCreatePrintersRequest

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

Request for adding new printers in batch.

public class BatchCreatePrintersRequest : IDirectResponseSchema
Inheritance
BatchCreatePrintersRequest
Implements
IDirectResponseSchema
Inherited Members

Constructors

BatchCreatePrintersRequest()

public BatchCreatePrintersRequest()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Requests

A list of Printers to be created. Max 50 at a time.

public virtual IList<CreatePrinterRequest> Requests { get; set; }

Property Value

IList<CreatePrinterRequest>