Table of Contents

Class OrganizationDevicesSystemMemoryUsageHistoryByInterval

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

List<OrganizationDevicesSystemMemoryUsageHistoryByIntervalItem>

Meta

Other metadata related to this result set.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "meta")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalMetadata Meta { get; set; }

Property Value

OrganizationDevicesSystemMemoryUsageHistoryByIntervalMetadata