Class BacklightInfo
Information about the device's backlights.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class BacklightInfo : IDirectResponseSchemaProperties
Brightness
Output only. Current brightness of the backlight, between 0 and max_brightness.
Declaration
[JsonProperty("brightness")]
public virtual int? Brightness { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MaxBrightness
Output only. Maximum brightness for the backlight.
Declaration
[JsonProperty("maxBrightness")]
public virtual int? MaxBrightness { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
Path
Output only. Path to this backlight on the system. Useful if the caller needs to correlate with other information.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }Property Value
| Type | Description | 
|---|---|
| string |