com.ziqni.transformers.domain.ZiqniQueryResult.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ziqni-transformers Show documentation
Show all versions of ziqni-transformers Show documentation
Ziqni transformers project.
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