Represents capacity for a specific team member

interface TeamMemberCapacityIdentityRef {
    _links?: any;
    activities?: Activity[];
    daysOff?: DateRange[];
    teamMember?: IdentityRef;
    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?: IdentityRef

Identity ref of the associated team member

url?: string

Full http link to the resource