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
ConnectorTypeValue | constructor(type: ConnectorType, value: String) |
Properties
Name | Summary |
---|---|
type | val type: ConnectorType |
value | val value: String |