Class ScreenBrightnessSettings
Controls for the screen brightness settings.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class ScreenBrightnessSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ScreenBrightness
Optional. The screen brightness between 1 and 255 where 1 is the lowest and 255 is the highest brightness. A value of 0 (default) means no screen brightness set. Any other value is rejected. screenBrightnessMode must be either BRIGHTNESS_AUTOMATIC or BRIGHTNESS_FIXED to set this. Supported on Android 9 and above on fully managed devices. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 9. Supported on work profiles on company-owned devices on Android 15 and above.
Declaration
[JsonProperty("screenBrightness")]
public virtual int? ScreenBrightness { get; set; }
Property Value
Type | Description |
---|---|
int? |
ScreenBrightnessMode
Optional. Controls the screen brightness mode.
Declaration
[JsonProperty("screenBrightnessMode")]
public virtual string ScreenBrightnessMode { get; set; }
Property Value
Type | Description |
---|---|
string |