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

Printer manufacturer and model

Attributes

  • displayName (type: String.t, default: nil) - Display name. eq. "Brother MFC-8840D"
  • makeAndModel (type: String.t, default: nil) - Make and model as represented in "make_and_model" field in Printer object. eq. "brother mfc-8840d"
  • manufacturer (type: String.t, default: nil) - Manufacturer. eq. "Brother"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.PrinterModel{
  displayName: String.t() | nil,
  makeAndModel: String.t() | nil,
  manufacturer: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.