NullablePagingObject

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