Struct jamendo::Album
[−]
[src]
pub struct Album {
pub id: u32,
pub name: String,
pub releasedate: String,
pub artist_id: String,
pub artist_name: String,
pub image: String,
pub zip: String,
pub shorturl: String,
pub shareurl: String,
}A album resource
Fields
id | |
name | |
releasedate | |
artist_id | |
artist_name | |
image | |
zip | |
shorturl | |
shareurl |