ComponentPropertiesResponse

data class ComponentPropertiesResponse(val dependencies: List<String>? = null, val name: String, val properties: Any? = null, val type: String)

Defines a desired runtime component.

Constructors

Link copied to clipboard
constructor(dependencies: List<String>? = null, name: String, properties: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dependencies: List<String>? = null

Component dependencies.

Link copied to clipboard

Name of the component.

Link copied to clipboard
val properties: Any? = null

Properties of the component.

Link copied to clipboard

Component type.