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
str

Name of the configuration.

Default value: None
value
str

Value of the configuration.

Default value: None
source
str

Source of the configuration.

Default value: None

Variables

Name Description
name
str

Name of the configuration.

value
str

Value of the configuration.

source
str

Source of the configuration.