Show / Hide Table of Contents

Class CreatePrinterRequest

Request for adding a new printer.

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

Properties

ETag

The ETag of the item.

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

Parent

Required. The name of the customer. Format: customers/{customer_id}

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

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.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX