ListResponse

constructor(count: Int, next: String? = null, previous: String? = null, results: List<T> = listOf())

Parameters

T

The type of items contained in the results list.