EnabledConfig Class
Enabled configuration.
Constructor
EnabledConfig(*, enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
enabled
|
True if configuration is enabled, false if it is disabled and null if configuration is not set. Default value: None
|
Variables
| Name | Description |
|---|---|
|
enabled
|
True if configuration is enabled, false if it is disabled and null if configuration is not set. |