Class OrganizationSwitchPortsProfilesNetworksAssignmentsMetadataCountsItems
Counts relating to the paginated items
[DataContract]
public class OrganizationSwitchPortsProfilesNetworksAssignmentsMetadataCountsItems
- Inheritance
-
OrganizationSwitchPortsProfilesNetworksAssignmentsMetadataCountsItems
- Inherited Members
Constructors
OrganizationSwitchPortsProfilesNetworksAssignmentsMetadataCountsItems()
public OrganizationSwitchPortsProfilesNetworksAssignmentsMetadataCountsItems()
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; }