Skip to content

ConnectorTypeValue

data class ConnectorTypeValue(val type: ConnectorType, val value: String)

ConnectorTypeValue is a simplified representation of a connector for which we don't know all details.

Constructors

ConnectorTypeValueconstructor(type: ConnectorType, value: String)

Properties

NameSummary
typeval type: ConnectorType
valueval value: String