Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataCountsItems
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
Total
The total number of serials.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }