View Source GoogleApi.AndroidManagement.V1.Model.DisplaySettings (google_api_android_management v0.54.0)

Controls for the display settings.

Attributes

  • screenBrightnessSettings (type: GoogleApi.AndroidManagement.V1.Model.ScreenBrightnessSettings.t, default: nil) - Optional. Controls the screen brightness settings.
  • screenTimeoutSettings (type: GoogleApi.AndroidManagement.V1.Model.ScreenTimeoutSettings.t, default: nil) - Optional. Controls the screen timeout settings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.DisplaySettings{
  screenBrightnessSettings:
    GoogleApi.AndroidManagement.V1.Model.ScreenBrightnessSettings.t() | nil,
  screenTimeoutSettings:
    GoogleApi.AndroidManagement.V1.Model.ScreenTimeoutSettings.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.