ComponentSetupResponse

data class ComponentSetupResponse(val componentName: String, val licenseKey: SecureStringResponse? = null, val type: String)

The custom setup of installing 3rd party components.

Constructors

Link copied to clipboard
constructor(componentName: String, licenseKey: SecureStringResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the 3rd party component.

Link copied to clipboard

The license key to activate the component.

Link copied to clipboard

The type of custom setup. Expected value is 'ComponentSetup'.