LibraryArtist

public struct LibraryArtist : Hashable, Codable, Identifiable

Apple Music Library Artist struct, representing artists that have their contents added to user library.

  • id

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public let href: String
  • Undocumented

    Declaration

    Swift

    public let type: String
  • Undocumented

    Declaration

    Swift

    public let attributes: Attributes

LibraryArtist