KVPair#
- class KVPair(name=None, value=None, *args, **kwargs)[source]#
Bases:
objectA map describing a set of keys and their corresponding values.
- Parameters:
- property name#
The key of this key-value pair
- Type:
str
- property value#
The value associated with the key for this key-value pair
- Type:
str|int|bool|list[str]|dict(str, str)