GetServerlessCachePlainArgs

data class GetServerlessCachePlainArgs(val name: String) : ConvertibleToJava<GetServerlessCachePlainArgs>

A collection of arguments for invoking getServerlessCache.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Identifier for the serverless cache.

Functions

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