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

Printer configuration.

Attributes

  • auxiliaryMessages (type: list(GoogleApi.Admin.Directory_v1.Model.AuxiliaryMessage.t), default: nil) - Output only. Auxiliary messages about issues with the printer configuration if any.
  • createTime (type: DateTime.t, default: nil) - Output only. Time when printer was created.
  • description (type: String.t, default: nil) - Editable. Description of printer.
  • displayName (type: String.t, default: nil) - Editable. Name of printer.
  • id (type: String.t, default: nil) - Id of the printer. (During printer creation leave empty)
  • makeAndModel (type: String.t, default: nil) - Editable. Make and model of printer. e.g. Lexmark MS610de Value must be in format as seen in ListPrinterModels response.
  • name (type: String.t, default: nil) - The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-id} (During printer creation leave empty)
  • orgUnitId (type: String.t, default: nil) - Organization Unit that owns this printer (Only can be set during Printer creation)
  • uri (type: String.t, default: nil) - Editable. Printer URI.
  • useDriverlessConfig (type: boolean(), default: nil) - Editable. flag to use driverless configuration or not. If it's set to be true, make_and_model can be ignored

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.Printer{
  auxiliaryMessages:
    [GoogleApi.Admin.Directory_v1.Model.AuxiliaryMessage.t()] | nil,
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  id: String.t() | nil,
  makeAndModel: String.t() | nil,
  name: String.t() | nil,
  orgUnitId: String.t() | nil,
  uri: String.t() | nil,
  useDriverlessConfig: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.