Class ChromeOsDevice.ActiveTimeRangesData
Inheritance
System.Object
ChromeOsDevice.ActiveTimeRangesData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ActiveTimeRangesData
Properties
ActiveTime
Duration of usage in milliseconds.
Declaration
[JsonProperty("activeTime")]
public virtual int? ActiveTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Date
Date of usage
Declaration
[JsonProperty("date")]
public virtual string Date { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |