GetCachedContentParameters

@Serializable
data class GetCachedContentParameters(val name: String? = null, val config: GetCachedContentConfig? = null)

Parameters for caches.get method.

Constructors

Link copied to clipboard
constructor(name: String? = null, config: GetCachedContentConfig? = null)

Properties

Link copied to clipboard

Optional parameters for the request.

Link copied to clipboard
val name: String? = null

The server-generated resource name of the cached content.