NodeRuntimeHandlerPatch

data class NodeRuntimeHandlerPatch(val features: NodeRuntimeHandlerFeaturesPatch? = null, val name: String? = null)

NodeRuntimeHandler is a set of runtime handler information.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Supported features.

Link copied to clipboard
val name: String? = null

Runtime handler name. Empty for the default runtime handler.