Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemory
Information regarding memory usage and availability on the device
[DataContract]
public class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemory
- Inheritance
-
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemory
- Inherited Members
Constructors
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemory()
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemory()
Properties
Free
Information regarding memory availability on the device over the interval
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "free")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryFree Free { get; set; }
Property Value
Used
Information regarding memory usage on the device over the interval
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "used")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemIntervalMemoryUsed Used { get; set; }