Record
get-an-artists-albums-params
No description available.
record get-an-artists-albums-params {
id: string,
include-groups: option<string>,
market: option<string>,
limit: option<s32>,
offset: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| include-groups | option<string> | |
| market | option<string> | |
| limit | option<s32> | |
| offset | option<s32> |