swagger_server.models.health_info module¶
-
class
swagger_server.models.health_info.
HealthInfo
(host: str = None, server_timestamp: datetime.datetime = None, version: str = None, db_timestamp: datetime.datetime = None)[source]¶ Bases:
swagger_server.models.base_model_.Model
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
db_timestamp
¶ Gets the db_timestamp of this HealthInfo.
Returns: The db_timestamp of this HealthInfo. Return type: datetime
-
classmethod
from_dict
(dikt) → swagger_server.models.health_info.HealthInfo[source]¶ Returns the dict as a model
Parameters: dikt – A dict. Type: dict Returns: The health_info of this HealthInfo. # noqa: E501 Return type: HealthInfo
-
host
¶ Gets the host of this HealthInfo.
Returns: The host of this HealthInfo. Return type: str
-
server_timestamp
¶ Gets the server_timestamp of this HealthInfo.
Returns: The server_timestamp of this HealthInfo. Return type: datetime
-
version
¶ Gets the version of this HealthInfo.
Returns: The version of this HealthInfo. Return type: str
-