AssigneeUpsertDto

An AssigneeUpsert is a create-or-update process that will either create
a new assignment of effort to a TaskAssignee or update an existing effort
amount for an existing TaskAssignee.

Fields

FieldDescription
id
uuid
required
The unique identifier of the TaskAssignee to which work is being assigned.
assignedEffort
int32
required
The new amount of effort to assign for this Resource.