CachedContentList

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

Constructors

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

Properties

Link copied to clipboard
val cachedContents: List<CachedContent>? = null
Link copied to clipboard
val nextPageToken: String? = null