Modelobject

app.TimeHoliday

Properties

app.TimeHolidayobject
id
integer
No description.
is_half_day
boolean
No description.
name
string
No description.
office_location_id
integer
No description.
timestamp
integer
isDate = false -> do not update this table in demo environment

Example

JSON
{
  "id": 123,
  "is_half_day": true,
  "name": "string",
  "office_location_id": 123,
  "timestamp": 123
}