Flow Endpoints Configuration Response
data class FlowEndpointsConfigurationResponse(val connector: FlowEndpointsResponse? = null, val workflow: FlowEndpointsResponse? = null)
The endpoints configuration.
Constructors
Link copied to clipboard
fun FlowEndpointsConfigurationResponse(connector: FlowEndpointsResponse? = null, workflow: FlowEndpointsResponse? = null)