View Source GoogleApi.Admin.Directory_v1.Model.CreatePrinterRequest (google_api_admin v0.40.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.CreatePrinterRequest{
  parent: String.t() | nil,
  printer: GoogleApi.Admin.Directory_v1.Model.Printer.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.