MetadataAttribute¶
Structure Class¶
MetadataAttribute
dataclass
¶
Contains information about a metadata attribute.
Attributes¶
key
class-attribute
instance-attribute
¶
key: str = field(repr=False)
The key of the metadata attribute.
value
instance-attribute
¶
value: MetadataAttributeValue
Contains the value of the metadata attribute.