ConnectorType

data class ConnectorType(val name: String)

Represents a type of a connector, e.g HTTP or HTTPS.

Parameters

name

name of the connector.

Some engines can support other connector types, hence not a enum.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard