LibraryPlaylist

public struct LibraryPlaylist : Hashable, Codable, Identifiable

Apple Music Library Playlist struct, representing playlists that have either been added to user library or created by the user.

  • 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

LibraryPlaylist