View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceModel (google_api_sas_portal v0.17.0)

Information about the model of the device.

Attributes

  • firmwareVersion (type: String.t, default: nil) - The firmware version of the device.
  • hardwareVersion (type: String.t, default: nil) - The hardware version of the device.
  • name (type: String.t, default: nil) - The name of the device model.
  • softwareVersion (type: String.t, default: nil) - The software version of the device.
  • vendor (type: String.t, default: nil) - The name of the device vendor.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeviceModel{
  firmwareVersion: String.t() | nil,
  hardwareVersion: String.t() | nil,
  name: String.t() | nil,
  softwareVersion: String.t() | nil,
  vendor: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.