Record
get-playlists-params
No description available.
record get-playlists-params {
q: string,
access: option<list<get-playlists-access-item-enum>>,
limit: option<s32>,
offset: option<s32>,
linked-partitioning: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| q | string | |
| access | option<list<get-playlists-access-item-enum>> | |
| limit | option<s32> | |
| offset | option<s32> | |
| linked-partitioning | option<bool> |