FlowEndpointsConfigurationResponse

data class FlowEndpointsConfigurationResponse(val connector: FlowEndpointsResponse? = null, val workflow: FlowEndpointsResponse? = null)

The endpoints configuration.

Constructors

Link copied to clipboard
constructor(connector: FlowEndpointsResponse? = null, workflow: FlowEndpointsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connector endpoints.

Link copied to clipboard

The workflow endpoints.