damn_server.area.Area¶
- class damn_server.area.Area(*, aid, tags, priority, description, instructions, created, author, squares_to_map, squares_to_review, squares_done)¶
Bases:
BaseModel
Structure for storing information about the area.
- Parameters:
aid (ConstrainedIntValue) – Area identifier.
For more descriptive information see CreateArea. This class is used for retrieving information about the area from the database.