FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector

data class FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector(val customProperties: Map<String, String>? = null, val entityName: String)

Constructors

constructor(customProperties: Map<String, String>? = null, entityName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Custom properties that are specific to the connector when it's used as a destination in the flow. Maximum of 50 items.

Link copied to clipboard

Entity specified in the custom connector as a destination in the flow.