Show / Hide Table of Contents

Class ChromeOsDevice.SystemRamFreeReportsData

Inheritance
System.Object
ChromeOsDevice.SystemRamFreeReportsData
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 SystemRamFreeReportsData

Properties

ReportTime

System.DateTime representation of ReportTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTime? ReportTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

ReportTimeRaw

Date and time the report was received.

Declaration
[JsonProperty("reportTime")]
public virtual string ReportTimeRaw { get; set; }
Property Value
Type Description
System.String

SystemRamFreeInfo

Declaration
[JsonProperty("systemRamFreeInfo")]
public virtual IList<long? > SystemRamFreeInfo { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Nullable<System.Int64>>
Back to top