GetWorkersRouteResult

data class GetWorkersRouteResult(val id: String, val pattern: String, val routeId: String? = null, val script: String, val zoneId: String)

A collection of values returned by getWorkersRoute.

Constructors

Link copied to clipboard
constructor(id: String, pattern: String, routeId: String? = null, script: String, zoneId: 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
val routeId: String? = null

Identifier.

Link copied to clipboard

Name of the script to run if the route matches.

Link copied to clipboard

Identifier.