Show / Hide Table of Contents

Class BatchCreatePrintServersRequest

Request to add multiple new print servers in a batch.

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

Properties

ETag

The ETag of the item.

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

Requests

Required. A list of PrintServer resources to be created (max 50 per batch).

Declaration
[JsonProperty("requests")]
public virtual IList<CreatePrintServerRequest> Requests { get; set; }
Property Value
Type Description
IList<CreatePrintServerRequest>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX