Show / Hide Table of Contents

Class BatchDeletePrintServersResponse

Inheritance
object
BatchDeletePrintServersResponse
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 BatchDeletePrintServersResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FailedPrintServers

A list of update failures.

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

PrintServerIds

A list of print server IDs that were successfully deleted.

Declaration
[JsonProperty("printServerIds")]
public virtual IList<string> PrintServerIds { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX