Class ChromeOsDevice.SystemRamFreeReportsData
Reports of amounts of available RAM memory (Read-only)
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDevice.SystemRamFreeReportsData
Properties
ReportTime
Date
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReportTimeDateTimeOffset instead.")]
public virtual DateTime? ReportTime { get; set; }
Property Value
Type | Description |
---|---|
Date |
ReportTimeDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReportTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
ReportTimeRaw
Date and time the report was received.
Declaration
[JsonProperty("reportTime")]
public virtual string ReportTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
SystemRamFreeInfo
Declaration
[JsonProperty("systemRamFreeInfo")]
public virtual IList<long?> SystemRamFreeInfo { get; set; }