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
DateTime representation of ReportTimeRaw.
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 |
---|---|
DateTime? |
ReportTimeDateTimeOffset
DateTimeOffset representation of ReportTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReportTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
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; }
Property Value
Type | Description |
---|---|
IList<long?> |