Struct jamendo::Artist
[−]
[src]
pub struct Artist {
pub id: u32,
pub name: String,
pub website: String,
pub joindate: String,
pub image: String,
pub shorturl: String,
pub shareurl: String,
}A artist resource
Fields
id | |
name | |
website | |
joindate | |
image | |
shorturl | |
shareurl |