KVStringPair#

class KVStringPair(name=None, value='', *args, **kwargs)#

Bases: object

Parameters:
  • name (min=3 chars, max=128 chars) – (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()#

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