NullablePagingObject

fun <T : Any> NullablePagingObject(href: String, items: List<T?>, limit: Int, next: String? = null, offset: Int, previous: String? = null, total: Int = 0)

Sources

(source)
Link copied to clipboard