All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ziqni.transformers.domain.ZiqniQueryResult.scala Maven / Gradle / Ivy

The newest version!
package com.ziqni.transformers.domain

case class ZiqniQueryResult[T](totalRecords: Long, resultCount: Long, limit: Long, skip: Long, results: Seq[_<:T])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy