RestApiPollerRequestPagingConfigResponse

data class RestApiPollerRequestPagingConfigResponse(val pageSize: Int? = null, val pageSizeParameterName: String? = null, val pagingType: String)

The request paging configuration.

Constructors

Link copied to clipboard
constructor(pageSize: Int? = null, pageSizeParameterName: String? = null, pagingType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val pageSize: Int? = null

Page size

Link copied to clipboard

Page size parameter name

Link copied to clipboard

Type of paging