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