WorkersScriptBindingOutboundWorker

data class WorkersScriptBindingOutboundWorker(val environment: String? = null, val service: String? = null)

Constructors

Link copied to clipboard
constructor(environment: String? = null, service: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val environment: String? = null

Environment of the outbound worker.

Link copied to clipboard
val service: String? = null

Name of the outbound worker.