Represents capacity for a specific team member

interface TeamMemberCapacity {
    _links?: any;
    activities?: Activity[];
    daysOff?: DateRange[];
    teamMember?: Member;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

Collection of links relevant to resource

activities?: Activity[]

Collection of capacities associated with the team member

daysOff?: DateRange[]

The days off associated with the team member

teamMember?: Member

Shallow Ref to the associated team member

url?: string

Full http link to the resource