Dapr Response
data class DaprResponse(val appId: String? = null, val appPort: Int? = null, val components: List<DaprComponentResponse>? = null, val enabled: Boolean? = null)
Container App Dapr configuration.
Constructors
Link copied to clipboard
constructor(appId: String? = null, appPort: Int? = null, components: List<DaprComponentResponse>? = null, enabled: Boolean? = null)