rest_api.swagger_server.models.base_model_
index
/var/lib/jenkins/workspace/resmon_monitor_doc/rest_api/swagger_server/models/base_model_.py

 
Modules
       
pprint
six
typing
rest_api.swagger_server.util

 
Classes
       
builtins.object
Model

 
class Model(builtins.object)
     Methods defined here:
__eq__(self, other)
Returns true if both objects are equal
__ne__(self, other)
Returns true if both objects are not equal
__repr__(self)
For `print` and `pprint`
to_dict(self)
Returns the model properties as a dict
 
:rtype: dict
to_str(self)
Returns the string representation of the model
 
:rtype: str

Class methods defined here:
from_dict(dikt) -> ~T from builtins.type
Returns the dict as a model

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
__hash__ = None
attribute_map = {}
swagger_types = {}

 
Data
        T = ~T