Record
get-collections-params
No description available.
record get-collections-params {
page: option<s32>,
per-page: option<s32>,
sort: option<get-collections-sort-enum>,
shared: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| page | option<s32> | |
| per-page | option<s32> | |
| sort | option<get-collections-sort-enum> | |
| shared | option<bool> |