WorkerScriptBindingOutboundArgs

data class WorkerScriptBindingOutboundArgs(val params: Output<List<String>>? = null, val worker: Output<WorkerScriptBindingOutboundWorkerArgs>? = null) : ConvertibleToJava<WorkerScriptBindingOutboundArgs>

Constructors

Link copied to clipboard
constructor(params: Output<List<String>>? = null, worker: Output<WorkerScriptBindingOutboundWorkerArgs>? = null)

Properties

Link copied to clipboard
val params: Output<List<String>>? = null

Pass information from the Dispatch Worker to the Outbound Worker through the parameters.

Link copied to clipboard

Outbound worker.

Functions

Link copied to clipboard
open override fun toJava(): WorkerScriptBindingOutboundArgs