BindingPropertiesResponse

data class BindingPropertiesResponse(val config: Any, val provider: String, val role: String)

Defines a component binding for a provider.

Constructors

Link copied to clipboard
constructor(config: Any, provider: String, role: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val config: Any

Configuration values for the binding.

Link copied to clipboard

Name of the provider.

Link copied to clipboard

Role that the provider binds to with the component.