ExtensionFeatureTag Class
Represents a key-value pair for extension feature metadata.
Constructor
ExtensionFeatureTag(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
key
|
The key of the feature tag. Required. |
|
value
|
The value of the feature tag. |
Attributes
key
The key of the feature tag. Required.
key: str
value
The value of the feature tag.
value: str | None