View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1GraphicsAdapterInfo (google_api_chrome_management v0.7.1)

Information of a graphics adapter (GPU).

Attributes

  • adapter (type: String.t, default: nil) - Output only. Adapter name. Example: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2).
  • deviceId (type: String.t, default: nil) - Output only. Represents the graphics card device id.
  • driverVersion (type: String.t, default: nil) - Output only. Version of the GPU driver.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1GraphicsAdapterInfo{
    adapter: String.t() | nil,
    deviceId: String.t() | nil,
    driverVersion: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.