Record
get-lists-id-merge-fields-params
No description available.
record get-lists-id-merge-fields-params {
list-id: string,
fields: option<list<string>>,
exclude-fields: option<list<string>>,
count: option<s32>,
offset: option<s32>,
type-op: option<string>,
required: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| list-id | string | |
| fields | option<list<string>> | |
| exclude-fields | option<list<string>> | |
| count | option<s32> | |
| offset | option<s32> | |
| type-op | option<string> | |
| required | option<bool> |