Class OrganizationWirelessControllerDevicesRedundancyStatusesMetadataCountsItems
Counts relating to the paginated items
[DataContract]
public class OrganizationWirelessControllerDevicesRedundancyStatusesMetadataCountsItems
- Inheritance
-
OrganizationWirelessControllerDevicesRedundancyStatusesMetadataCountsItems
- Inherited Members
Constructors
OrganizationWirelessControllerDevicesRedundancyStatusesMetadataCountsItems()
public OrganizationWirelessControllerDevicesRedundancyStatusesMetadataCountsItems()
Properties
Remaining
The number of items in the dataset that are available on subsequent pages
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "remaining")]
public int Remaining { get; set; }
Property Value
Total
The total number of items in the dataset
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }