Show / Hide Table of Contents

Class BatchCreatePrintersResponse

Response for adding new printers in batch.

Inheritance
object
BatchCreatePrintersResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class BatchCreatePrintersResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Failures

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

Declaration
[JsonProperty("failures")]
public virtual IList<FailureInfo> Failures { get; set; }
Property Value
Type Description
IList<FailureInfo>

Printers

A list of successfully created printers with their IDs populated.

Declaration
[JsonProperty("printers")]
public virtual IList<Printer> Printers { get; set; }
Property Value
Type Description
IList<Printer>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX