GetWorkersSecretsPlainArgs

data class GetWorkersSecretsPlainArgs(val accountId: String, val dispatchNamespace: String, val maxItems: Int? = null, val scriptName: String) : ConvertibleToJava<GetWorkersSecretsPlainArgs>

A collection of arguments for invoking getWorkersSecrets.

Constructors

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

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

Name of the Workers for Platforms dispatch namespace.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard

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

Functions

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