ConfigurationForBatchUpdate Class
Represents a Configuration.
Constructor
ConfigurationForBatchUpdate(*, name: str | None = None, value: str | None = None, source: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the configuration. Default value: None
|
value
|
Value of the configuration. Default value: None
|
source
|
Source of the configuration. Default value: None
|