GetCachePolicyPlainArgs

data class GetCachePolicyPlainArgs(val id: String) : ConvertibleToJava<GetCachePolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The unique identifier for the cache policy. For example: 2766f7b2-75c5-41c6-8f06-bf4303a2f2f5 .

Functions

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