Class ChromeOsDevice.ActiveTimeRangesData
A list of active time ranges (Read-only).
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDevice.ActiveTimeRangesData
Properties
ActiveTime
Duration of usage in milliseconds.
Declaration
[JsonProperty("activeTime")]
public virtual int? ActiveTime { get; set; }
Property Value
Type | Description |
---|---|
int? |
Date
Date of usage
Declaration
[JsonProperty("date")]
public virtual string Date { get; set; }
Property Value
Type | Description |
---|---|
string |