CustomKeyValues#

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

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()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model