GetWorkersSecretPlainArgs

data class GetWorkersSecretPlainArgs(val accountId: String, val dispatchNamespace: String, val scriptName: String, val secretName: String? = null) : ConvertibleToJava<GetWorkersSecretPlainArgs>

A collection of arguments for invoking getWorkersSecret.

Constructors

Link copied to clipboard
constructor(accountId: String, dispatchNamespace: String, scriptName: String, secretName: String? = null)

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

Name of the Workers for Platforms dispatch namespace.

Link copied to clipboard

Name of the script, used in URLs and route configuration.

Link copied to clipboard
val secretName: String? = null

A JavaScript variable name for the secret binding.

Functions

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