LibrarySong
public struct LibrarySong : Hashable, Codable, Identifiable
Apple Music Library Song struct, representing songs that have been added to user library.
-
Declaration
Swift
public static func == (lhs: LibrarySong, rhs: LibrarySong) -> Bool -
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
-
Undocumented
See moreDeclaration
Swift
struct Attributes : Hashable, Codable -
Undocumented
Declaration
Swift
init?(songData: JSON)
LibrarySong Structure Reference