google_api_android_management v0.6.0 GoogleApi.AndroidManagement.V1.Model.Display View Source

Device display information.

Attributes

  • density (integer()): Display density expressed as dots-per-inch. Defaults to: null.
  • displayId (integer()): Unique display id. Defaults to: null.
  • height (integer()): Display height in pixels. Defaults to: null.
  • name (String.t): Name of the display. Defaults to: null.
  • refreshRate (integer()): Refresh rate of the display in frames per second. Defaults to: null.
  • state (String.t): State of the display. Defaults to: null.

    • Enum - one of [DISPLAY_STATE_UNSPECIFIED, OFF, ON, DOZE, SUSPENDED]
  • width (integer()): Display width in pixels. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.Display{
  density: any(),
  displayId: any(),
  height: any(),
  name: any(),
  refreshRate: any(),
  state: any(),
  width: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.