ProcessorResponse

data class ProcessorResponse(val batch: BatchProcessorResponse? = null, val name: String, val type: String)

Processor Info.

Constructors

Link copied to clipboard
constructor(batch: BatchProcessorResponse? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Batch processor configurations.

Link copied to clipboard

The name of processor.

Link copied to clipboard

The type of processor.