Record
shift
No description available.
record shift {
breaks: option<list<break>>,
created-at: option<string>,
employee-id: option<string>,
end-at: option<string>,
id: option<string>,
location-id: option<string>,
start-at: string,
status: option<string>,
team-member-id: option<string>,
timezone: option<string>,
updated-at: option<string>,
version: option<s32>,
wage: option<shift-wage>,
}Fields
| Name | Type | Description |
|---|---|---|
| breaks | option<list<break>> | |
| created-at | option<string> | |
| employee-id | option<string> | |
| end-at | option<string> | |
| id | option<string> | |
| location-id | option<string> | |
| start-at | string | |
| status | option<string> | |
| team-member-id | option<string> | |
| timezone | option<string> | |
| updated-at | option<string> | |
| version | option<s32> | |
| wage | option<shift-wage> |