ApplicationComponentConfiguration

data class ApplicationComponentConfiguration(val configurationDetails: ApplicationConfigurationDetails? = null, val subComponentTypeConfigurations: List<ApplicationSubComponentTypeConfiguration>? = null)

The configuration settings of the component.

Constructors

Link copied to clipboard
constructor(configurationDetails: ApplicationConfigurationDetails? = null, subComponentTypeConfigurations: List<ApplicationSubComponentTypeConfiguration>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration settings

Link copied to clipboard

Sub component configurations of the component.