Key

data class Key(val name: String)

Defines a known key within the context payload of a request.

Parameters

name

Name associated with this key.

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Keys where request context may be accessed.

Properties

Link copied to clipboard