GetWorkersCronTriggerPlainArgs

data class GetWorkersCronTriggerPlainArgs(val accountId: String, val scriptName: String) : ConvertibleToJava<GetWorkersCronTriggerPlainArgs>

A collection of arguments for invoking getWorkersCronTrigger.

Constructors

Link copied to clipboard
constructor(accountId: String, scriptName: String)

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

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

Functions

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