Record
objs-team-profile-field
No description available.
record objs-team-profile-field {
field-name: option<string>,
hint: string,
id: string,
is-hidden: option<bool>,
label: string,
options: option<string>,
ordering: f64,
possible-values: option<list<string>>,
type-op: objs-team-profile-field-type-op-enum,
}Fields
| Name | Type | Description |
|---|---|---|
| field-name | option<string> | |
| hint | string | |
| id | string | |
| is-hidden | option<bool> | |
| label | string | |
| options | option<string> | |
| ordering | f64 | |
| possible-values | option<list<string>> | |
| type-op | objs-team-profile-field-type-op-enum |