Table of Contents

Class BatchCreatePrintersResponse

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

Response for adding new printers in batch.

public class BatchCreatePrintersResponse : IDirectResponseSchema
Inheritance
BatchCreatePrintersResponse
Implements
IDirectResponseSchema
Inherited Members

Constructors

BatchCreatePrintersResponse()

public BatchCreatePrintersResponse()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Failures

A list of create failures. Printer IDs are not populated, as printer were not created.

public virtual IList<FailureInfo> Failures { get; set; }

Property Value

IList<FailureInfo>

Printers

A list of successfully created printers with their IDs populated.

public virtual IList<Printer> Printers { get; set; }

Property Value

IList<Printer>