Record
update-employee-role-params
No description available.
record update-employee-role-params {
role-id: string,
created-at: option<string>,
id: option<string>,
is-owner: option<bool>,
name: string,
permissions: list<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| role-id | string | |
| created-at | option<string> | |
| id | option<string> | |
| is-owner | option<bool> | |
| name | string | |
| permissions | list<string> | |
| updated-at | option<string> |