Class CreatePrinterRequest
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Request for adding a new printer.
public class CreatePrinterRequest : IDirectResponseSchema
- Inheritance
-
CreatePrinterRequest
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
CreatePrinterRequest()
public CreatePrinterRequest()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Parent
Required. The name of the customer. Format: customers/{customer_id}
public virtual string Parent { get; set; }
Property Value
Printer
Required. A printer to create. If you want to place the printer under particular OU then populate printer.org_unit_id filed. Otherwise the printer will be placed under root OU.
public virtual Printer Printer { get; set; }