Show / Hide Table of Contents

Class CreatePrintServerRequest

Request for adding a new print server.

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

Properties

ETag

The ETag of the item.

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

Parent

Required. The unique ID of the customer's Google Workspace account. Format: customers/{id}

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

PrintServer

Required. A print server to create. If you want to place the print server under a specific organizational unit (OU), then populate the org_unit_id. Otherwise the print server is created under the root OU. The org_unit_id can be retrieved using the Directory API.

Declaration
[JsonProperty("printServer")]
public virtual PrintServer PrintServer { get; set; }
Property Value
Type Description
PrintServer

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX