Show / Hide Table of Contents

Class BatchCreatePrintServersResponse

Inheritance
object
BatchCreatePrintServersResponse
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 BatchCreatePrintServersResponse : 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. PrintServer IDs are not populated, as print servers were not created.

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

PrintServers

A list of successfully created print servers with their IDs populated.

Declaration
[JsonProperty("printServers")]
public virtual IList<PrintServer> PrintServers { get; set; }
Property Value
Type Description
IList<PrintServer>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX