GetCachePolicyPlainArgs

data class GetCachePolicyPlainArgs(val id: String? = null, val name: String? = null) : ConvertibleToJava<GetCachePolicyPlainArgs>

A collection of arguments for invoking getCachePolicy.

Constructors

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

Properties

Link copied to clipboard
val id: String? = null

Identifier for the cache policy.

Link copied to clipboard
val name: String? = null

Unique name to identify the cache policy.

Functions

Link copied to clipboard
open override fun toJava(): GetCachePolicyPlainArgs