Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataCountsItems

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

The count metadata.

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataCountsItems
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataCountsItems
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataCountsItems()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataCountsItems()

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