Record
employee
No description available.
record employee {
created-at: option<string>,
email: option<string>,
first-name: option<string>,
id: option<string>,
is-owner: option<bool>,
last-name: option<string>,
location-ids: option<list<string>>,
phone-number: option<string>,
status: option<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | option<string> | |
| option<string> | ||
| first-name | option<string> | |
| id | option<string> | |
| is-owner | option<bool> | |
| last-name | option<string> | |
| location-ids | option<list<string>> | |
| phone-number | option<string> | |
| status | option<string> | |
| updated-at | option<string> |