Constructor: todoCompletion
A completed todo list » item.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| id | int | Yes | The ID of the completed item. |
| completed_by | Peer | Yes | |
| date | int | Yes | When was the item completed. |
Type: TodoCompletion
Example:
$todoCompletion = ['_' => 'todoCompletion', 'id' => int, 'completed_by' => Peer, 'date' => int];