Dapr Response
data class DaprResponse(val appId: String? = null, val appPort: Int? = null, val appProtocol: String? = null, val enabled: Boolean? = null)
Container App Dapr configuration.
Constructors
Link copied to clipboard
fun DaprResponse(appId: String? = null, appPort: Int? = null, appProtocol: String? = null, enabled: Boolean? = null)