GetWorkersScriptsResultTailConsumer

data class GetWorkersScriptsResultTailConsumer(val environment: String, val namespace: String, val service: String)

Constructors

Link copied to clipboard
constructor(environment: String, namespace: String, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional environment if the Worker utilizes one.

Link copied to clipboard

Optional dispatch namespace the script belongs to.

Link copied to clipboard

Name of Worker that is to be the consumer.