PagedRequestClientTextSearch

@Serializable
data class PagedRequestClientTextSearch(val page: Int? = null, val request: ClientTextSearch? = null, val propertySize: Int? = null, val sorts: List<SortOrder>? = null)

Parameters

page
request
propertySize
sorts

Constructors

Link copied to clipboard
constructor(page: Int? = null, request: ClientTextSearch? = null, propertySize: Int? = null, sorts: List<SortOrder>? = null)

Properties

Link copied to clipboard
val page: Int? = null
Link copied to clipboard
val propertySize: Int? = null
Link copied to clipboard
Link copied to clipboard
val sorts: List<SortOrder>? = null