Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
REST Resource: musicReleases
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:MusicRelease
| JSON 表示法 |
{
"name": string,
"title": string,
"artists": [
{
object (Artist)
}
],
"playlistId": string,
"hasOpenChangeRequest": boolean
} |
| 字段 |
name |
string
音乐发行的资源名称。格式:release/{release}
|
title |
string
此专辑的标题。
|
artists[] |
object (Artist)
发行作品的音乐人列表。
|
playlistId |
string
首选 OMV 的播放列表。
|
hasOpenChangeRequest |
boolean
该版本至少有一个 ChangeRequest 处于打开状态。
|
保留所有权利。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-21。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-21。"],[],["The `MusicRelease` resource represents a music release with attributes like `name`, `title`, `artists`, `playlistId`, and `hasOpenChangeRequest`. It's structured as a JSON object. The `list` method allows retrieval of multiple music releases. The music release information include name which is a string, the title, an array of artists and the id of the associated playlist, as well as boolean to show if there is an open change request.\n"]]