MapOfStringWrapper#

class MapOfStringWrapper(map=None, *args, **kwargs)#

Bases: object

A wrapper schema containing a map with string keys and values.

Parameters:

map – (map) A map with string keys and values.

property map#

A map with string keys and values.

Type:

dict(str, str)

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model