GetWorkersRoutesResult

data class GetWorkersRoutesResult(val id: String, val pattern: String, val script: String)

Constructors

Link copied to clipboard
constructor(id: String, pattern: String, script: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Identifier.

Link copied to clipboard

Pattern to match incoming requests against. Learn more.

Link copied to clipboard

Name of the script to run if the route matches.