ConfluentListMetadata interface
Metadata of the list
Properties
first | First page of the list |
last | Last page of the list |
next | Next page of the list |
prev | Previous page of the list |
total |
Total size of the list |
Property Details
first
First page of the list
first?: string
Property Value
string
last
Last page of the list
last?: string
Property Value
string
next
Next page of the list
next?: string
Property Value
string
prev
Previous page of the list
prev?: string
Property Value
string
totalSize
Total size of the list
totalSize?: number
Property Value
number