ListCachedContentsResponse

io.cequence.openaiscala.gemini.domain.response.ListCachedContentsResponse
case class ListCachedContentsResponse(cachedContents: Seq[CachedContent], nextPageToken: Option[String])

Response from ListCachedContents containing a paginated list.

Attributes

cachedContents

list of cached contents.

nextPageToken

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no more pages.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product