Skip to main content

Resource

Dto used to represent a resource of the workspace.

ResourceDto
type ResourceDto = {
resourceId: string;
firstName: string;
lastName: string;
totalAllocation: number;
email?: string;
};

Properties

NameTypeDescriptionRequiredDefault
resourceIdstring (uuid)Resource idYes-
firstNamestringResource first nameYes-
lastNamestringResource last nameYes-
totalAllocationnumberTotal count of allocation of the resource (in hours or days)No0
emailstringResource email (if the resource ah no account, this will be null)No-