Pagination

io.cequence.openaiscala.domain.Pagination
See thePagination companion object
final case class Pagination(limit: Option[Int], after: Option[String], before: Option[String])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def after(after: String): Pagination
def before(before: String): Pagination
def withLimit(limit: Int): Pagination

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product