DaprComponentResponse

data class DaprComponentResponse(val metadata: List<DaprMetadataResponse>? = null, val name: String? = null, val type: String? = null, val version: String? = null)

Dapr component configuration

Constructors

Link copied to clipboard
constructor(metadata: List<DaprMetadataResponse>? = null, name: String? = null, type: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Component metadata

Link copied to clipboard
val name: String? = null

Component name

Link copied to clipboard
val type: String? = null

Component type

Link copied to clipboard
val version: String? = null

Component version