Rule Batch Parameters
data class RuleBatchParameters(val arrayProperties: RuleBatchArrayProperties? = null, val jobDefinition: String, val jobName: String, val retryStrategy: RuleBatchRetryStrategy? = null)
Constructors
Link copied to clipboard
fun RuleBatchParameters(arrayProperties: RuleBatchArrayProperties? = null, jobDefinition: String, jobName: String, retryStrategy: RuleBatchRetryStrategy? = null)