Table of Contents

Class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalMetadataCountsItems

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

The count metadata.

[DataContract]
public class OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalMetadataCountsItems
Inheritance
OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalMetadataCountsItems
Inherited Members

Constructors

OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalMetadataCountsItems()

public OrganizationSwitchDevicesSystemQueuesHistoryBySwitchByIntervalMetadataCountsItems()

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