Model that describes a work schedule.
| Name | Type | Description |
|---|---|---|
| active | Boolean | Schedule activity flag. |
| check_in_allowed_ips | Array of String | Allowed IP/CIDR values for check-in. null or an empty array disables the restriction. |
| check_in_early_sec | Int32 | Allowed early check-in time in seconds. |
| check_in_late_sec | Int32 | Allowed late check-in time in seconds. |
| created_user_id | Int64 | ID of the user who created the schedule. |
| deleted | Boolean | Deletion flag. |
| id | Int64 | Schedule ID. |
| is_account_default | Boolean | Flag indicating the account default schedule. |
| last_update | Int64 | Last update date as Unix time in seconds. |
| name | String | Schedule name. |
| schedule_type | String | Schedule type: Weekly or Shift. Allowed values: Default, Weekly, Shift. |