UpdateCachedContentParameters

@Serializable
data class UpdateCachedContentParameters(val name: String? = null, val config: UpdateCachedContentConfig? = null)

Constructors

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

Properties

Link copied to clipboard

Configuration that contains optional parameters.

Link copied to clipboard
val name: String? = null

The server-generated resource name of the cached content.