◆ record()
| def QueueStatusServer.model.warninglog.WarningLog.record |
( |
|
cls, |
|
|
|
event, |
|
|
|
message = None, |
|
|
|
attachment_id = None, |
|
|
|
queue_name = None, |
|
|
|
bot_id = None |
|
) |
| |
◆ attachment_id
| QueueStatusServer.model.warninglog.WarningLog.attachment_id = db.IntegerProperty() |
|
static |
◆ bot_id
| QueueStatusServer.model.warninglog.WarningLog.bot_id = db.StringProperty() |
|
static |
◆ date
| QueueStatusServer.model.warninglog.WarningLog.date = db.DateTimeProperty(auto_now_add=True) |
|
static |
◆ event
| QueueStatusServer.model.warninglog.WarningLog.event = db.StringProperty() |
|
static |
◆ message
| QueueStatusServer.model.warninglog.WarningLog.message = db.StringProperty() |
|
static |
◆ queue_name
| QueueStatusServer.model.warninglog.WarningLog.queue_name = db.StringProperty() |
|
static |
The documentation for this class was generated from the following file: