google_api_home_graph v0.8.0 GoogleApi.HomeGraph.V1.Model.DeviceInfo View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.