Class CreatePrintServerRequest
Request for adding a new print server.
Implements
Inherited Members
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 |