Environment Config Response
data class EnvironmentConfigResponse(val executionConfig: ExecutionConfigResponse, val peripheralsConfig: PeripheralsConfigResponse)
Environment configuration for a workload.
Constructors
Link copied to clipboard
fun EnvironmentConfigResponse(executionConfig: ExecutionConfigResponse, peripheralsConfig: PeripheralsConfigResponse)