GoogleApi.Admin.Directory_v1.Model.CreatePrinterRequest (google_api_admin v0.37.0) View Source
Request for adding a new printer.
Attributes
-
parent
(type:String.t
, default:nil
) - Required. The name of the customer. Format: customers/{customer_id} -
printer
(type:GoogleApi.Admin.Directory_v1.Model.Printer.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.CreatePrinterRequest{ parent: String.t() | nil, printer: GoogleApi.Admin.Directory_v1.Model.Printer.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.