Class ChromeOsDevice.SystemRamFreeReportsData
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
Reports of amounts of available RAM memory (Read-only)
public class ChromeOsDevice.SystemRamFreeReportsData
- Inheritance
-
ChromeOsDevice.SystemRamFreeReportsData
- Inherited Members
Constructors
SystemRamFreeReportsData()
public SystemRamFreeReportsData()
Properties
ReportTime
DateTime representation of ReportTimeRaw.
public virtual DateTime? ReportTime { get; set; }
Property Value
ReportTimeRaw
Date and time the report was received.
public virtual string ReportTimeRaw { get; set; }
Property Value
SystemRamFreeInfo
public virtual IList<long?> SystemRamFreeInfo { get; set; }