Show / Hide Table of Contents

Class BacklightInfo

Information about the device's backlights.

Inheritance
object
BacklightInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class BacklightInfo : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX