DeleteCachedContentParameters

@Serializable
data class DeleteCachedContentParameters(val name: String? = null, val config: DeleteCachedContentConfig? = null)

Parameters for caches.delete method.

Constructors

Link copied to clipboard
constructor(name: String? = null, config: DeleteCachedContentConfig? = 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.