Record
get-batches-params
No description available.
record get-batches-params {
fields: option<list<string>>,
exclude-fields: option<list<string>>,
count: option<s32>,
offset: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| fields | option<list<string>> | |
| exclude-fields | option<list<string>> | |
| count | option<s32> | |
| offset | option<s32> |