Click or drag to resize

Pagination Class

The pagination data for the returned objects.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1Pagination

Namespace:  IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Pagination

The Pagination type exposes the following members.

Constructors
  NameDescription
Public methodPagination
Initializes a new instance of the Pagination class
Top
Properties
  NameDescription
Public propertyMatched
Reserved for future use.
Public propertyNextUrl
The URL that will return the next page of results.
Public propertyRefreshUrl
The URL that will return the same page of results.
Public propertyTotal
Reserved for future use.
Top
See Also