AppParameterValue.Network

API: Experimental/Alpha

A reference to block storage (Not yet implemented)

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

API: Stable