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