ListCachedContentsResponse

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

Constructors

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

Properties

Link copied to clipboard

List of cached contents.

Link copied to clipboard
val nextPageToken: String? = null
Link copied to clipboard

Used to retain the full HTTP response.