@theredspace/spp-client
    Preparing search index...

    Interface ScheduleByDay

    A ScheduleByDay object represents daily capacity/planned allocation for a user. This object is read-only and supports only <Read> with method="all" or "equal to".

    interface ScheduleByDay {
        base_hours?: number;
        booked_hours: number;
        created: DateContainer;
        date: DateContainer;
        exception_hours?: number;
        hours: number;
        id: string;
        planned_hours: number;
        target_base_hours?: number;
        target_hours?: number;
        updated: DateContainer;
        user_id: string;
    }
    Index

    Properties

    base_hours?: number
    booked_hours: number
    created: DateContainer
    exception_hours?: number
    hours: number
    id: string
    planned_hours: number
    target_base_hours?: number
    target_hours?: number
    updated: DateContainer
    user_id: string