Batch Environment Config
data class BatchEnvironmentConfig(val executionConfig: BatchEnvironmentConfigExecutionConfig? = null, val peripheralsConfig: BatchEnvironmentConfigPeripheralsConfig? = null)
Constructors
Link copied to clipboard
constructor(executionConfig: BatchEnvironmentConfigExecutionConfig? = null, peripheralsConfig: BatchEnvironmentConfigPeripheralsConfig? = null)