AppParameterValue.BlockStorage

API: Experimental/Alpha

A reference to block storage (Not yet implemented)

data class BlockStorage(
    val id: String,
    val type: String /* "block_storage" */,
)
Properties
id: String
type: String /* "block_storage" */ The type discriminator

API: Stable