ConfigurationSettingLabel Class
The label info of a configuration setting.
Constructor
ConfigurationSettingLabel(*, name: str | None = None)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The configuration setting label name. Default value: None
|
Attributes
name
The name of the ConfigurationSetting label.
name: str | None