ConfluentListMetadataResponse

data class ConfluentListMetadataResponse(val first: String? = null, val last: String? = null, val next: String? = null, val prev: String? = null, val totalSize: Int? = null)

Metadata of the list

Constructors

Link copied to clipboard
constructor(first: String? = null, last: String? = null, next: String? = null, prev: String? = null, totalSize: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val first: String? = null

First page of the list

Link copied to clipboard
val last: String? = null

Last page of the list

Link copied to clipboard
val next: String? = null

Next page of the list

Link copied to clipboard
val prev: String? = null

Previous page of the list

Link copied to clipboard
val totalSize: Int? = null

Total size of the list