Get Connector Result
data class GetConnectorResult(val connectorId: Int, val connectorName: String? = null, val connectorProperties: Map<String, Any>, val connectorType: String, val created: String, val description: String? = null, val displayName: String? = null, val id: String, val isInternal: Boolean? = null, val lastModified: String, val name: String, val state: String, val tenantId: String, val type: String)
The connector resource format.
Constructors
Link copied to clipboard
fun GetConnectorResult(connectorId: Int, connectorName: String? = null, connectorProperties: Map<String, Any>, connectorType: String, created: String, description: String? = null, displayName: String? = null, id: String, isInternal: Boolean? = null, lastModified: String, name: String, state: String, tenantId: String, type: String)