swagger_server.models.base_model_ module

class swagger_server.models.base_model_.Model[source]

Bases: object

attribute_map = {}
classmethod from_dict(dikt) → T[source]

Returns the dict as a model

swagger_types = {}
to_dict()[source]

Returns the model properties as a dict

Return type:dict
to_str()[source]

Returns the string representation of the model

Return type:str