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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any