SlackConnectorConfig

data class SlackConnectorConfig(val token: String)

Configuration data class for SlackConnector.

Constructors

Link copied to clipboard
constructor(configMap: Map<*, *>)

Secondary constructor to create an instance of SlackConnectorConfig from a configuration map.

constructor(token: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The token used for authenticating with the Slack API.