Show / Hide Table of Contents

Class ChromeOsDevice.SystemRamFreeReportsData

Reports of amounts of available RAM memory (Read-only)

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