Job Configuration Response Event Trigger Config
data class JobConfigurationResponseEventTriggerConfig(val parallelism: Int? = null, val replicaCompletionCount: Int? = null, val scale: JobScaleResponse? = null)
Trigger configuration of an event driven job.
Constructors
Link copied to clipboard
constructor(parallelism: Int? = null, replicaCompletionCount: Int? = null, scale: JobScaleResponse? = null)