Record
update-project-avatar-params
No description available.
record update-project-avatar-params {
project-id-or-key: string,
file-name: option<string>,
id: string,
is-deletable: option<bool>,
is-selected: option<bool>,
is-system-avatar: option<bool>,
owner: option<string>,
urls: option<avatar-urls>,
}Fields
| Name | Type | Description |
|---|---|---|
| project-id-or-key | string | |
| file-name | option<string> | |
| id | string | |
| is-deletable | option<bool> | |
| is-selected | option<bool> | |
| is-system-avatar | option<bool> | |
| owner | option<string> | |
| urls | option<avatar-urls> |