Table of Contents

Class SsidsStatusesByDeviceMetaCountsItems

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

Ssids Statuses By Device Meta Counts Items

[DataContract]
public class SsidsStatusesByDeviceMetaCountsItems
Inheritance
SsidsStatusesByDeviceMetaCountsItems
Inherited Members

Properties

Remaining

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

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

Property Value

int

Total

The total number of items.

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

Property Value

int