View Source GoogleApi.HomeGraph.V1.Model.DeviceInfo (google_api_home_graph v0.13.0)

Device information.

Attributes

  • hwVersion (type: String.t, default: nil) - Device hardware version.
  • manufacturer (type: String.t, default: nil) - Device manufacturer.
  • model (type: String.t, default: nil) - Device model.
  • swVersion (type: String.t, default: nil) - Device software version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HomeGraph.V1.Model.DeviceInfo{
  hwVersion: String.t() | nil,
  manufacturer: String.t() | nil,
  model: String.t() | nil,
  swVersion: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.