SearchResponse

constructor(data: List<T>, count: Long, page: Int, pageSize: Int, orderBy: String? = null)

Parameters

T

The type of data contained in the search results.