Record
custom-field-request
No description available.
record custom-field-request {
gid: option<string>,
resource-type: option<string>,
date-value: option<custom-field-request-date-value>,
display-value: option<string>,
enabled: option<bool>,
enum-options: option<list<enum-option>>,
enum-value: option<custom-field-request-enum-value>,
multi-enum-values: option<list<enum-option>>,
name: option<string>,
number-value: option<f64>,
resource-subtype: option<custom-field-request-resource-subtype-enum>,
text-value: option<string>,
type-op: option<custom-field-request-type-op-enum>,
asana-created-field: option<custom-field-request-asana-created-field-enum>,
currency-code: option<string>,
custom-label: option<string>,
custom-label-position: option<custom-field-request-custom-label-position-enum>,
description: option<string>,
format: option<custom-field-request-format-enum>,
has-notifications-enabled: option<bool>,
is-global-to-workspace: option<bool>,
precision: option<s32>,
people-value: option<list<string>>,
workspace: string,
}Fields
| Name | Type | Description |
|---|---|---|
| gid | option<string> | |
| resource-type | option<string> | |
| date-value | option<custom-field-request-date-value> | |
| display-value | option<string> | |
| enabled | option<bool> | |
| enum-options | option<list<enum-option>> | |
| enum-value | option<custom-field-request-enum-value> | |
| multi-enum-values | option<list<enum-option>> | |
| name | option<string> | |
| number-value | option<f64> | |
| resource-subtype | option<custom-field-request-resource-subtype-enum> | |
| text-value | option<string> | |
| type-op | option<custom-field-request-type-op-enum> | |
| asana-created-field | option<custom-field-request-asana-created-field-enum> | |
| currency-code | option<string> | |
| custom-label | option<string> | |
| custom-label-position | option<custom-field-request-custom-label-position-enum> | |
| description | option<string> | |
| format | option<custom-field-request-format-enum> | |
| has-notifications-enabled | option<bool> | |
| is-global-to-workspace | option<bool> | |
| precision | option<s32> | |
| people-value | option<list<string>> | |
| workspace | string |