Show / Hide Table of Contents

Class ChromeOsDevice.ActiveTimeRangesData

A list of active time ranges (Read-only).

Inheritance
object
ChromeOsDevice.ActiveTimeRangesData
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 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
In this article
Back to top Generated by DocFX