ComponentSetup Class
The custom setup of installing 3rd party components.
All required parameters must be populated in order to send to server.
Constructor
ComponentSetup(*, component_name: str, license_key: _models.SecretBase | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
component_name
|
The name of the 3rd party component. Required. |
|
license_key
|
The license key to activate the component. Default value: None
|
Variables
| Name | Description |
|---|---|
|
type
|
The type of custom setup. Required. |
|
component_name
|
The name of the 3rd party component. Required. |
|
license_key
|
The license key to activate the component. |