View Source GoogleApi.MigrationCenter.V1.Model.BiosDetails (google_api_migration_center v0.6.0)

Details about the BIOS.

Attributes

  • biosName (type: String.t, default: nil) - BIOS name. This fields is deprecated. Please use the id field instead.
  • id (type: String.t, default: nil) - BIOS ID.
  • manufacturer (type: String.t, default: nil) - BIOS manufacturer.
  • releaseDate (type: GoogleApi.MigrationCenter.V1.Model.Date.t, default: nil) - BIOS release date.
  • smbiosUuid (type: String.t, default: nil) - SMBIOS UUID.
  • version (type: String.t, default: nil) - BIOS version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.BiosDetails{
  biosName: String.t() | nil,
  id: String.t() | nil,
  manufacturer: String.t() | nil,
  releaseDate: GoogleApi.MigrationCenter.V1.Model.Date.t() | nil,
  smbiosUuid: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.