Record
get-categories-params
No description available.
record get-categories-params {
country: option<string>,
locale: option<string>,
limit: option<s32>,
offset: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| country | option<string> | |
| locale | option<string> | |
| limit | option<s32> | |
| offset | option<s32> |