Class OrganizationDevicesSystemMemoryUsageHistoryByInterval
Organizaiton Devices System Memory Usage History By Interval
[DataContract]
public class OrganizationDevicesSystemMemoryUsageHistoryByInterval
- Inheritance
-
OrganizationDevicesSystemMemoryUsageHistoryByInterval
- Inherited Members
Constructors
OrganizationDevicesSystemMemoryUsageHistoryByInterval()
public OrganizationDevicesSystemMemoryUsageHistoryByInterval()
Properties
Items
The top-level property containing all memory utilization data.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "items")]
public List<OrganizationDevicesSystemMemoryUsageHistoryByIntervalItem> Items { get; set; }
Property Value
Meta
Other metadata related to this result set.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "meta")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalMetadata Meta { get; set; }