View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DisplayInfo (google_api_chrome_management v0.4.0)

Information for a display.

Attributes

  • deviceId (type: String.t, default: nil) - Output only. Represents the graphics card device id.
  • displayName (type: String.t, default: nil) - Output only. Display device name.
  • isInternal (type: boolean(), default: nil) - Output only. Indicates if display is internal or not.
  • refreshRate (type: integer(), default: nil) - Output only. Refresh rate in Hz.
  • resolutionHeight (type: integer(), default: nil) - Output only. Resolution height in pixels.
  • resolutionWidth (type: integer(), default: nil) - Output only. Resolution width in pixels.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DisplayInfo{
  deviceId: String.t() | nil,
  displayName: String.t() | nil,
  isInternal: boolean() | nil,
  refreshRate: integer() | nil,
  resolutionHeight: integer() | nil,
  resolutionWidth: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.