Interface NewLocation

interface NewLocation {
    holidayCountryLanguage: string;
    holidayIds: string;
    holidaySubregion: string;
    inheritHolidays: boolean;
    memberIds?: string[];
    name: string;
}

Properties

holidayCountryLanguage: string

the region used to determine the translated names of the holidays. Seperation to region needed when setting to custom.

holidayIds: string

list of holidays assigned to the location

holidaySubregion: string

the region used to rectrieve the holidays for this user. eg. "de-by"

inheritHolidays: boolean

indicates if holidays are to be inherited from the main location

memberIds?: string[]

list of users who are members of the location

name: string

the name of the location

Generated using TypeDoc