Record
create-enum-option-for-custom-field-params
No description available.
record create-enum-option-for-custom-field-params {
custom-field-gid: string,
opt-pretty: option<bool>,
opt-fields: option<list<string>>,
limit: option<s32>,
offset: option<string>,
data: option<enum-option-request>,
}Fields
| Name | Type | Description |
|---|---|---|
| custom-field-gid | string | |
| opt-pretty | option<bool> | |
| opt-fields | option<list<string>> | |
| limit | option<s32> | |
| offset | option<string> | |
| data | option<enum-option-request> |