genres property

List<String>? genres
getter/setter pair

A list of the genres the artist is associated with. For example: "Prog Rock", "Post-Grunge".

(If not yet classified, the array is empty.)

Implementation

List<String>? genres;