Record
post-playlists-response
No description available.
record post-playlists-response {
artwork-url: option<string>,
created-at: option<string>,
description: option<string>,
downloadable: option<bool>,
duration: option<s32>,
ean: option<string>,
embeddable-by: option<string>,
genre: option<string>,
id: option<s32>,
kind: option<string>,
label-id: option<s32>,
label-name: option<string>,
last-modified: option<string>,
license: option<string>,
permalink: option<string>,
permalink-url: option<string>,
playlist-type: option<string>,
purchase-title: option<string>,
purchase-url: option<string>,
release: option<string>,
release-day: option<s32>,
release-month: option<s32>,
release-year: option<s32>,
sharing: option<string>,
streamable: option<bool>,
tag-list: option<string>,
title: option<string>,
track-count: option<s32>,
tracks: option<list<post-playlists-response-tracks-item>>,
type-op: option<string>,
uri: option<string>,
user: option<meta-user>,
user-id: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| artwork-url | option<string> | |
| created-at | option<string> | |
| description | option<string> | |
| downloadable | option<bool> | |
| duration | option<s32> | |
| ean | option<string> | |
| embeddable-by | option<string> | |
| genre | option<string> | |
| id | option<s32> | |
| kind | option<string> | |
| label-id | option<s32> | |
| label-name | option<string> | |
| last-modified | option<string> | |
| license | option<string> | |
| permalink | option<string> | |
| permalink-url | option<string> | |
| playlist-type | option<string> | |
| purchase-title | option<string> | |
| purchase-url | option<string> | |
| release | option<string> | |
| release-day | option<s32> | |
| release-month | option<s32> | |
| release-year | option<s32> | |
| sharing | option<string> | |
| streamable | option<bool> | |
| tag-list | option<string> | |
| title | option<string> | |
| track-count | option<s32> | |
| tracks | option<list<post-playlists-response-tracks-item>> | |
| type-op | option<string> | |
| uri | option<string> | |
| user | option<meta-user> | |
| user-id | option<s32> |