Delegation Constructors
An object defining constructors for the Delegation class.
Delegation(id,from,to)
Initializes a new instance of the Delegation class.
Parameters:
id (required): long
The unique identifier for the delegation.
from (required): long
The ID of the user who delegated the task.
to (required): long
The ID of the user to whom the task was delegated.