Table of Contents

Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalMetadataCountsItems

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

The count metadata.

[DataContract]
public class OrganizationDevicesSystemMemoryUsageHistoryByIntervalMetadataCountsItems
Inheritance
OrganizationDevicesSystemMemoryUsageHistoryByIntervalMetadataCountsItems
Inherited Members

Constructors

OrganizationDevicesSystemMemoryUsageHistoryByIntervalMetadataCountsItems()

public OrganizationDevicesSystemMemoryUsageHistoryByIntervalMetadataCountsItems()

Properties

Remaining

The number of serials remaining based on current pagination location within the dataset.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "remaining")]
public int Remaining { get; set; }

Property Value

int

Total

The total number of serials.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }

Property Value

int