CustomKeyValues#

class CustomKeyValues(key_value_pairs=None, *args, **kwargs)[source]#

Bases: object

A collection of key/value pairs.

Parameters:

key_value_pairs – (key_value_pairs) The list of the individual KeyValuePair elements.

property key_value_pairs#

The list of the individual KeyValuePair elements.

Type:

list[ KVPair ]

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model