CachedContentList

@Serializable
data class CachedContentList(val cachedContents: List<CachedContent>? = null, val nextPageToken: String? = null)

Represents the cached content list.

Constructors

Link copied to clipboard
constructor(cachedContents: List<CachedContent>? = null, nextPageToken: String? = null)

Properties

Link copied to clipboard

The cached contents.

Link copied to clipboard
val nextPageToken: String?

The next page token.