KVStringPair#
- class KVStringPair(name=None, value='', *args, **kwargs)#
Bases:
object
- Parameters:
- property name#
The key of this key-value string pair
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property value#
The value associated with the key for this key-value string pair
- Type:
str