JavaComponentConfigurationProperty Class
Configuration properties for a Java Component.
Constructor
JavaComponentConfigurationProperty(*, property_name: str | None = None, value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
property_name
|
The name of the property. Default value: None
|
value
|
The value of the property. Default value: None
|