View Source GoogleApi.Admin.Directory_v1.Model.BacklightInfo (google_api_admin v0.40.0)

Information about the device's backlights.

Attributes

  • brightness (type: integer(), default: nil) - Output only. Current brightness of the backlight, between 0 and max_brightness.
  • maxBrightness (type: integer(), default: nil) - Output only. Maximum brightness for the backlight.
  • path (type: String.t, default: nil) - Output only. Path to this backlight on the system. Useful if the caller needs to correlate with other information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.BacklightInfo{
  brightness: integer() | nil,
  maxBrightness: integer() | nil,
  path: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.