IntegrationManagerConfig

data class IntegrationManagerConfig(val uiUrl: String, val restUrl: String, val kind: IntegrationManagerConfig.Kind)

This class holds configuration of integration manager.

Constructors

Link copied to clipboard
constructor(uiUrl: String, restUrl: String, kind: IntegrationManagerConfig.Kind)

Types

Link copied to clipboard

The kind of config, it will reflect where the data is coming from.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard